mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
try out uppercase nav links
This commit is contained in:
parent
1d0e7fd36c
commit
4bf01948ec
1 changed files with 4 additions and 2 deletions
|
|
@ -159,13 +159,12 @@ header.primary {
|
|||
|
||||
padding-top: 0.5rem;
|
||||
clear: left;
|
||||
font-size: 1.1rem;
|
||||
|
||||
@media (min-width: @screen-iphone-landscape) {
|
||||
float: right;
|
||||
clear: none;
|
||||
|
||||
padding: 0.55rem 0;
|
||||
padding: 0.65rem 0;
|
||||
height: 1rem;
|
||||
}
|
||||
|
||||
|
|
@ -181,9 +180,12 @@ header.primary {
|
|||
display: inline-block;
|
||||
list-style-type: none;
|
||||
padding: 0.1rem 0.4rem;
|
||||
font-size: 0.95rem;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
li i.fa {
|
||||
font-size: 1.1rem;
|
||||
color: darken(@background, 10%);
|
||||
|
||||
-o-transition: 0.2s;
|
||||
|
|
|
|||
Loading…
Reference in a new issue