Ein wenig an der Kosmetik gefeilt

This commit is contained in:
rxf
2023-05-06 16:41:30 +02:00
parent f947b32c71
commit 8625bb8ea0
6 changed files with 193 additions and 387 deletions

View File

@@ -8,8 +8,8 @@ a {
}
.spritztab #sptab {
width: 70vmin;
height: 50vmin;
width: 91vmin;
height: 65vmin;
display: grid;
grid-template-columns: repeat(7, 1fr);
gap: 0;
@@ -19,19 +19,22 @@ a {
.spritztab h1 {
text-align: center;
margin-top: 50px;
font-size: 500%;
}
.spritztab h2 {
text-align: center;
font-size: 300%;
}
.spritztab button {
width: 10vmin;
height: 10vmin;
width: 13vmin;
height: 13vmin;
background: white;
border: 1px solid black;
margin: 0;
font-size: 200%;
color: black;
}
.spritztab [aria-label="o"] {
@@ -48,7 +51,7 @@ a {
}
footer {
width: 70vmin;
width: 91vmin;
margin: auto;
}
#v {