Skip to content
Snippets Groups Projects
Unverified Commit 5a663902 authored by Conrad Zelck's avatar Conrad Zelck
Browse files

style: adapt to smaller devices


Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
parent b9efcedd
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ a:not([href]) { ...@@ -50,7 +50,7 @@ a:not([href]) {
} }
header { header {
margin-bottom: 1.5em; margin-bottom: 1.0em;
} }
nav { nav {
...@@ -185,7 +185,11 @@ input[type=radio] { ...@@ -185,7 +185,11 @@ input[type=radio] {
accent-color: #333; accent-color: #333;
} }
th, tr:nth-child(even) { th {
background-color: #444444;
}
tr:nth-child(even) {
background-color: #505050; background-color: #505050;
} }
...@@ -250,6 +254,10 @@ main .first-in-main { ...@@ -250,6 +254,10 @@ main .first-in-main {
padding-top: calc(var(--default-top-padding) - 0.8em); padding-top: calc(var(--default-top-padding) - 0.8em);
} }
.horizontal {
margin-top: 10px;
}
.horizontal label { .horizontal label {
margin-right: 10px; margin-right: 10px;
} }
...@@ -264,6 +272,10 @@ th, td { ...@@ -264,6 +272,10 @@ th, td {
padding-right: 10px; padding-right: 10px;
} }
#copyIcon {
margin-left: 10px;
}
.space { .space {
margin: 0.6em; margin: 0.6em;
} }
...@@ -355,8 +367,5 @@ p#source { ...@@ -355,8 +367,5 @@ p#source {
***************************************************************************** */ ***************************************************************************** */
/* iPhone 13 mini portrait (max-width: 375px) */ /* iPhone 13 mini portrait (max-width: 375px) */
@media (max-width: 600px) { /* @media (max-width: 600px) {
.horizontal { } */
display: inline-block;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment