nezha/resource/static/main.css

27 lines
359 B
CSS
Raw Normal View History

2019-12-08 03:59:58 -05:00
@media only screen and (min-width: 1200px) {
.ui.container {
width: 77%;
}
}
.login-form {
height: 100%;
}
.login-form .column {
max-width: 450px;
}
.login-form .grid {
height: 100%;
}
.nb-container {
margin-top: 75px;
}
2019-12-08 10:18:29 -05:00
.footer.segment {
margin-top: 40px !important;
padding-top: 40px;
padding-bottom: 40px;
2019-12-08 03:59:58 -05:00
}