Compare commits

...

2 Commits

Author SHA1 Message Date
Matthias Portzel 0fb8284d05 Fix Safari/compat bug with underline color 2023-03-06 22:56:04 -05:00
Matthias Portzel c5760f400f Style tweaks for mobile 2023-03-06 22:51:48 -05:00
1 changed files with 4 additions and 2 deletions

View File

@ -29,6 +29,7 @@ body {
max-width: 45em;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
font-size: 16px;
@ -149,7 +150,7 @@ a {
em.text, .text.quote, .text em {
color: var(--accent-color);
}
h1 {
h1, h1 a {
text-decoration: underline;
text-decoration-color: var(--accent-color);
}
@ -228,12 +229,13 @@ h1 {
header#main-header {
padding-top: 4%;
margin: 0;
overflow: auto;
overflow: hidden;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
}
#main-header h1 {