Browse Source

update main.css (front-end header stuff).

stable
Craig Oates 2 years ago
parent
commit
82192113c0
  1. 8
      static/css/main.css

8
static/css/main.css

@ -655,10 +655,12 @@ hr {
.fe-site-header { .fe-site-header {
display: flex; display: flex;
flex-direction: row; flex-direction: column;
background: white; background: white;
align-items: center; align-items: center;
padding: 8px; padding: 8px;
text-align: center;
text-decoration: none;
} }
.fe-site-header img { .fe-site-header img {
@ -671,6 +673,10 @@ hr {
margin: 8px; margin: 8px;
} }
#fe-main nav {
text-align: center;
}
/* big landscape tablets, laptops, and desktops */ /* big landscape tablets, laptops, and desktops */
@media (min-width:1025px) { @media (min-width:1025px) {
} }

Loading…
Cancel
Save