This commit is contained in:
NoobishSVK
2024-08-01 20:12:24 +02:00
parent 2e719448b2
commit 8df2eab272
13 changed files with 54 additions and 59 deletions
+8 -4
View File
@@ -51,7 +51,7 @@ h4 {
padding: 5px 25px;
z-index: 1000;
opacity: 0;
transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease;
}
p#tuner-desc {
@@ -126,7 +126,7 @@ label {
line-height: 64px;
text-align: center;
border-radius: 50%;
transition: 500ms ease-in-out background;
transition: 500ms ease background;
cursor: pointer;
}
@@ -143,7 +143,7 @@ label {
line-height: 64px;
text-align: center;
border-radius: 50%;
transition: 500ms ease-in-out background;
transition: 500ms ease background;
cursor: pointer;
}
@@ -278,7 +278,7 @@ label {
align-items: center;
font-size: 18px;
border-radius: 10px;
transition: 0.3s ease-in-out background-color;
transition: 0.3s ease background-color;
cursor: pointer;
}
@@ -331,6 +331,10 @@ pre {
margin: auto !important;
width: 100%;
}
h1#tuner-name {
max-width: 90%;
margin: auto;
}
h2 {
display: none;
}