From 3532ce22c10b45f3bfc373d8fd4b80664aa1661b Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Sat, 29 Jun 2024 22:01:55 +0100 Subject: Added some minor changes to fakefetch page for example adding a line to the header and adding spaces to the images. More will come tomorrow but this is all I had time for today --- public/styles.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'public/styles.css') 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; } + + -- cgit v1.2.3