Tweak menu layout to work on smaller sizes.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f2e93be8b4
commit
76cf8219f9
@ -67,7 +67,7 @@ body.home > div#page header#masthead {
|
||||
body.home > div#page article header {
|
||||
display: none;
|
||||
}
|
||||
|
||||
639
|
||||
body.home > div#page article div.entry-content {
|
||||
color: white;
|
||||
font-weight: var(--weight-bold);
|
||||
@ -118,24 +118,41 @@ footer#colophon div.widget-area {
|
||||
margin-right: var(--lrmargin);
|
||||
}
|
||||
|
||||
footer#colophon {
|
||||
background: none;
|
||||
color: var(--red32m);
|
||||
}
|
||||
|
||||
body.home footer#colophon {
|
||||
background: none;
|
||||
color: var(--white32m);
|
||||
}
|
||||
|
||||
footer#colophon a,
|
||||
footer#colophon a:link,
|
||||
footer#colophon a:visited,
|
||||
footer#colophon a:hover {
|
||||
background: none;
|
||||
color: var(--red32m);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
footer#colophon a:hover {
|
||||
background: none;
|
||||
color: var(--red32m);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
body.home footer#colophon a,
|
||||
body.home footer#colophon a:link,
|
||||
body.home footer#colophon a:visited,
|
||||
body.home footer#colophon a:hover {
|
||||
background: none;
|
||||
color: var(--white32m);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
body.home footer#colophon a:hover {
|
||||
background: none;
|
||||
color: var(--white32m);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
nav#site-navigation {
|
||||
@ -146,6 +163,8 @@ nav#site-navigation {
|
||||
|
||||
nav#site-navigation ul#primary-menu-list {
|
||||
display: flex;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
nav#site-navigation ul#primary-menu-list li.menu-item {
|
||||
@ -227,4 +246,11 @@ body.home nav#site-navigation ul#primary-menu-list li.menu-item a:visited {
|
||||
nav#site-navigation {
|
||||
margin-right: var(--desktop-lrmargin);
|
||||
}
|
||||
|
||||
nav#site-navigation ul#primary-menu-list {
|
||||
padding-left: 2em;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user