last preparations for 0.1.0 release

This commit is contained in:
2022-01-13 06:20:00 +01:00
parent 179b3eaed1
commit c9ae04e652
8 changed files with 132 additions and 6 deletions

View File

@@ -16,15 +16,19 @@ body {
grid-template-rows: 1fr 0fr;
}
#uw8 {
position: absolute;
}
#uw8 a {
font-size: 130%;
}
#centered {
align-self: center;
justify-self: center;
}
.footer {
color: #202420;
}
a {
color: #303630;
}
@@ -69,7 +73,7 @@ button:active {
background-color: #504450;
}
@media (min-width: 680px) and (min-height: 560px) {
@media (min-width: 680px) and (min-height: 620px) {
#screen {
width: 640px;
height: 480px;