forked from hd-auth/auth.sigidli.com
Genesis commit
This commit is contained in:
31
server/views/css/materialize.min.css
vendored
Normal file
31
server/views/css/materialize.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
20
server/views/css/site-layout.css
Normal file
20
server/views/css/site-layout.css
Normal file
@@ -0,0 +1,20 @@
|
||||
body {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
min-height: 100vh;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
main {
|
||||
flex: 1 0 auto;
|
||||
}
|
||||
|
||||
header, main, footer {
|
||||
padding-left: 300px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width : 992px) {
|
||||
header, main, footer {
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
0
server/views/css/site.css
Normal file
0
server/views/css/site.css
Normal file
Reference in New Issue
Block a user