diff options
Diffstat (limited to '_css')
-rw-r--r-- | _css/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_css/style.css b/_css/style.css index d75fc96..5eb5926 100644 --- a/_css/style.css +++ b/_css/style.css @@ -40,7 +40,7 @@ html { background-color: var(--text-bg); box-sizing: border-box; color: var(--text-fg); - font-size: min(max(100%, 2vw), 150%); + font-size: clamp(100%, 2vw, 150%); margin: auto; max-width: 36rem; scrollbar-color: var(--fade-fg) var(--overlay-bg); @@ -236,14 +236,14 @@ code, .hljs { padding: 0 1rem; } -.openring { +.fead { display: flex; flex-wrap: wrap; margin: -0.5rem; margin-bottom: 0; } -.openring h3 { margin: 0 0 1ex } -.openring article { +.fead h3 { margin: 0 0 1ex } +.fead article { background: var(--overlay-bg); display: flex; flex-direction: column; |