This commit is contained in:
Zsolt Ero
2024-01-16 20:53:31 +01:00
parent 4114cdda6c
commit cb18657ec0
9 changed files with 175 additions and 22 deletions

View File

@@ -31,7 +31,6 @@ button {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
overflow: visible;
text-transform: none;
-webkit-appearance: button;
@@ -61,6 +60,11 @@ body {
color: #000;
}
.static {
max-width: 600px;
margin: 0 auto;
}
h1,
h2,
h3,
@@ -96,7 +100,6 @@ a:hover {
h1 {
text-align: center;
margin: 0 auto;
}
.subtitle {
@@ -176,3 +179,10 @@ button {
.col-chk:checked ~ .col-lbl:before {
content: '▼';
}
hr {
border: 0;
height: 1px;
background-color: #555;
margin: 2em 0;
}