diff options
Diffstat (limited to 'public/styles.css')
-rw-r--r-- | public/styles.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/public/styles.css b/public/styles.css index 75c93d3..de2cdce 100644 --- a/public/styles.css +++ b/public/styles.css @@ -62,7 +62,7 @@ body { } header { - background-color: #1f1f1f; + background-color: #191919; padding: 10px; text-align: center; z-index: 1000; @@ -145,6 +145,7 @@ main a:hover { flex-direction: row-reverse; } +/* Images */ .about-image { margin-left: 20px; margin-right: 30px; @@ -157,6 +158,9 @@ main a:hover { border: 5px solid #7a4d7c; } +.space-image{ + margin: 10px; /* Adjust the space around images */ +} /* Article Styles */ .article { background-color: #171717; @@ -174,3 +178,5 @@ main a:hover { color: #9433ff; } + + |