Compare commits

..

No commits in common. "6874cea8dc873660014d44d0f54200dd50390145" and "10a3aacf15beba2b5e4f4ec1fe559154ed1b926f" have entirely different histories.

3 changed files with 1 additions and 43 deletions

View File

@ -24,14 +24,4 @@
background-color: var(--color-brand-text-bg);
color: var(--color-brand-text-accent2);
}
h1 {
line-height: 32px;
hyphens: none;
@container (max-width: 400px) {
hyphens: auto;
font-size:;
}
}
}

View File

@ -66,35 +66,3 @@ h6 {
text-wrap: pretty;
text-wrap: balance;
}
h1 {
font-size: 2em;
@container (max-width: 450px) {
font-size: 1.6em;
}
}
h2 {
font-size: 1.5em;
@container (max-width: 450px) {
font-size: 1.3em;
}
}
h3 {
font-size: 1.17em;
@container (max-width: 450px) {
font-size: 1.1em;
}
}
h4 {
font-size: 1.17em;
@container (max-width: 450px) {
font-size: 1.05em;
}
}

View File

@ -25,7 +25,7 @@ thead th {
}
tr:hover {
background-color: var(--color-brand-text-bg-09) !important;
background-color: var(--color-brand-text-bg-07) !important;
}
td {