some more visual improvements
This commit is contained in:
@@ -11,6 +11,10 @@ body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
footer {
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
#root {
|
||||
max-width: 1280px;
|
||||
margin: 0 auto;
|
||||
@@ -25,6 +29,7 @@ body {
|
||||
.hint {
|
||||
position: absolute;
|
||||
font-size: 80%;
|
||||
padding: 4px;
|
||||
top: auto;
|
||||
left: 4px;
|
||||
bottom: auto;
|
||||
@@ -174,13 +179,15 @@ button {
|
||||
.logo {
|
||||
position: relative;
|
||||
text-align: center;
|
||||
height: 169px;
|
||||
height: 196px;
|
||||
margin: auto;
|
||||
img {
|
||||
display: block;
|
||||
margin: auto;
|
||||
}
|
||||
h3 {
|
||||
position: absolute;
|
||||
width: 200px;
|
||||
top: 33%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
|
Reference in New Issue
Block a user