Einheiten dazu - WIP **

This commit is contained in:
rxf
2023-05-14 13:23:22 +02:00
parent 61763de397
commit c51fc0ea0a
5 changed files with 50 additions and 9 deletions

View File

@@ -50,6 +50,17 @@ a {
color: gray;
}
#infeld {
width: 91vmin;
margin: auto;
font-size: 200%;
}
#einheiten {
font-size: 130%;
margin-left: 30px;
}
footer {
width: 91vmin;
margin: auto;
@@ -57,4 +68,9 @@ footer {
#v {
text-align: right;
margin-top: 30px;
}
}
#lowline {
display: flex;
justify-content: space-between;
}