mirror of
https://github.com/plashchynski/crono.git
synced 2026-06-12 01:34:25 +02:00
Use Rails plugin generator and adapt
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -0,0 +1,26 @@
|
||||
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;
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user