Fix: on initial registration page, logo can be cut off (#258)
resolves issue https://github.com/ellite/Wallos/issues/179
This commit is contained in:
+7
-1
@@ -35,6 +35,12 @@ body, html {
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-height: 768px) {
|
||||
.content {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.container > header {
|
||||
text-align: center;
|
||||
}
|
||||
@@ -116,4 +122,4 @@ input[type="checkbox"] {
|
||||
display: block;
|
||||
color: red;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user