forked from External/greenlight
fix missing locales and bump name/email max
This commit is contained in:
@ -45,12 +45,16 @@ a {
|
||||
height: $header-height;
|
||||
}
|
||||
|
||||
.page {
|
||||
.wrapper {
|
||||
position: relative;
|
||||
height: auto;
|
||||
min-height: calc(100% - #{$header-height} - #{$footer-height});
|
||||
}
|
||||
|
||||
.flex-center {
|
||||
transform: translateY(25%);
|
||||
}
|
||||
|
||||
.footer {
|
||||
height: $footer-height;
|
||||
width: 100%;
|
||||
|
Reference in New Issue
Block a user