diff options
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -64,9 +64,6 @@ body { max-width: 850px; margin: 0 auto; } -a { - color:var(--accent-1); -} .topbar img { image-rendering: pixelated; image-rendering: -moz-crisp-edges; @@ -82,6 +79,10 @@ a { max-width: 850px; } +a { + color:var(--accent-1); +} + aside { width: 30%; margin-left: var(--content-spacing); @@ -137,6 +138,11 @@ nav ul { margin-bottom: 5px; } +.factory img { + width: 100%; + max-height: 400px; +} + footer { /* border: var(--border); */ color: red; |