|
|
|
@ -55,7 +55,7 @@ header {
|
|
|
|
|
section {
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction:column;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
padding: .3rem 0 .1rem 0;
|
|
|
|
|
}
|
|
|
|
@ -602,12 +602,18 @@ table {
|
|
|
|
|
nav.secondary { display: none }
|
|
|
|
|
nav.primary {
|
|
|
|
|
margin-top: 2em;
|
|
|
|
|
padding: 1em;
|
|
|
|
|
box-shadow: 0px 0px 20px #00000029;
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
|
|
|
|
|
ul { justify-content: space-between }
|
|
|
|
|
ul>li>div { margin-top: 0 }
|
|
|
|
|
&>ul {
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
padding: 0 .5em;
|
|
|
|
|
|
|
|
|
|
&>li { flex-grow: 1 }
|
|
|
|
|
&>li>a { justify-content: center }
|
|
|
|
|
}
|
|
|
|
|
&>ul>li>a { padding: 1.5em .5em }
|
|
|
|
|
&>ul>li>div a { white-space: initial } // line-break in rolldown
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|