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]) {
}
header {
margin-bottom: 1.5em;
margin-bottom: 1.0em;
}
nav {
......@@ -185,7 +185,11 @@ input[type=radio] {
accent-color: #333;
}
th, tr:nth-child(even) {
th {
background-color: #444444;
}
tr:nth-child(even) {
background-color: #505050;
}
......@@ -250,6 +254,10 @@ main .first-in-main {
padding-top: calc(var(--default-top-padding) - 0.8em);
}
.horizontal {
margin-top: 10px;
}
.horizontal label {
margin-right: 10px;
}
......@@ -264,6 +272,10 @@ th, td {
padding-right: 10px;
}
#copyIcon {
margin-left: 10px;
}
.space {
margin: 0.6em;
}
......@@ -355,8 +367,5 @@ p#source {
***************************************************************************** */
/* iPhone 13 mini portrait (max-width: 375px) */
@media (max-width: 600px) {
.horizontal {
display: inline-block;
}
}
/* @media (max-width: 600px) {
} */
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