bigger margin to top for first menu item when logged out
This commit is contained in:
parent
17d64d052d
commit
b7b6a1f449
1 changed files with 2 additions and 2 deletions
|
|
@ -238,10 +238,10 @@ input[type="submit"][disabled]{text-shadow:1px 2px #d48c4e;background:#f9ac69;bo
|
|||
|
||||
@media only screen and (min-width:1024px){
|
||||
header{position:fixed;left:0;top:0;bottom:0;width:300px;margin:0}
|
||||
header nav{margin:0 10%}
|
||||
header nav{margin:30px 10% 0}
|
||||
menu{display:block;opacity:1;position:relative}
|
||||
menu a{padding:10px 0}
|
||||
#profile{float:none;margin:30px 0 15px 12px}
|
||||
#profile{float:none;margin:0 0 15px 12px}
|
||||
#toggle,.toggle{display:none}
|
||||
.wrap{margin:0 0 0 300px}
|
||||
article{padding:20px 40px 80px 40px}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue