finally style the mobile nav items a bit more consistently
This commit is contained in:
parent
0abc3dc975
commit
fbfe891295
|
@ -80,15 +80,27 @@ nav li {
|
||||||
.mobile-nav a {
|
.mobile-nav a {
|
||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: #fc0;
|
background: #333;
|
||||||
color: #333;
|
color: #fc0;
|
||||||
box-shadow: inset 0 0 3px #c00;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: 800;
|
||||||
|
padding: 5px 0;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mobile-nav .current a {
|
||||||
|
background: #fc0;
|
||||||
|
color: #222;
|
||||||
|
box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 5px rgba(0,0,0,.5);
|
||||||
|
text-shadow: 0 1px 0 rgba(255,255,255,.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile-nav li {
|
.mobile-nav li {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
width: 33.3%;
|
width: 33.3%;
|
||||||
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Footer */
|
/* Footer */
|
||||||
|
|
Loading…
Reference in New Issue