Доработка стиля

This commit is contained in:
2021-06-27 00:17:29 +03:00
parent 0fd9560f51
commit 5c1b4c725e
7 changed files with 40 additions and 14 deletions

View File

@@ -1,5 +1,9 @@
* {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
min-width: 120px;
min-width: 160px;
}
/* The switch - the box around the slider */
.switch {
@@ -79,7 +83,7 @@ input:checked + .slider:before {
h3 {
margin-bottom: 0;
padding: .5rem 0 .5rem 0;
padding: 1rem 0 .5rem 0;
}
.idToHide {
@@ -108,10 +112,11 @@ h3 {
}
.donation_btn {
cursor: pointer;
text-align: right;
margin-top: .5rem;
}
.donation_btn > a {
a {
text-decoration: none;
color: hsl(207, 90%, 35%);
}