mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-18 06:59:51 +02:00
27 lines
330 B
CSS
27 lines
330 B
CSS
nav {
|
|
position: relative;
|
|
z-index: 2;
|
|
}
|
|
nav .brand-logo {
|
|
font-size: 1.75em;
|
|
letter-spacing: -0.05em;
|
|
}
|
|
|
|
main {
|
|
position: relative;
|
|
z-index: 1;
|
|
padding: 20px;
|
|
}
|
|
|
|
main .page-footer {
|
|
margin: 0 -20px -20px -20px;
|
|
}
|
|
|
|
.page-footer > .footer-copyright {
|
|
padding: 20px;
|
|
}
|
|
|
|
.responsive-overflow {
|
|
overflow-x: auto;
|
|
}
|