Edit header styling (add border-bottom, remove background-color); add margin to header_dropdown
This commit is contained in:
parent
3351e5b242
commit
209bfb35cd
@ -118,8 +118,7 @@ header {
|
||||
margin-right: auto;
|
||||
padding: 0;
|
||||
margin-bottom: 42px;
|
||||
background-color: #303030;
|
||||
border-bottom: 1px solid #252525;
|
||||
border-bottom: 1px solid #333;
|
||||
}
|
||||
|
||||
.header_right {
|
||||
@ -141,6 +140,10 @@ header {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.header_dropdown {
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
a.logo {
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
|
Loading…
x
Reference in New Issue
Block a user