From 49e4ac500c97d473096329ef87d76167666509b7 Mon Sep 17 00:00:00 2001 From: Fluffy-Bean Date: Wed, 22 Jun 2022 19:42:22 +0100 Subject: [PATCH] smol fixes --- css/main.css | 9 +++++---- index.php | 22 +++++++++++++--------- stylesheet.css | 22 +++++----------------- 3 files changed, 23 insertions(+), 30 deletions(-) diff --git a/css/main.css b/css/main.css index 32fdc1b..f7d1948 100644 --- a/css/main.css +++ b/css/main.css @@ -12,7 +12,7 @@ main section { box-shadow: var(--shadow); } main section * { - margin: 0 0 0.7rem; padding: 0; + margin: 0 0 0.5rem; padding: 0; max-width: 100%; width: auto; min-width: none; border-radius: 5px; @@ -21,10 +21,11 @@ main section *:last-child { margin-bottom: 0; } main section img { + margin-bottom: 0.5rem; height: auto; } -.justify-text p { - text-align: justify; +main section p, main section a { + margin-bottom: 0.4rem; } /* @@ -46,7 +47,7 @@ main section img { Gallery */ .gallery-image { - padding: 0; + margin-bottom: 1rem; padding: 0; width: 100%; height: 30rem; object-fit: contain; diff --git a/index.php b/index.php index 8cb49ef..c5dd624 100644 --- a/index.php +++ b/index.php @@ -10,7 +10,7 @@ - + @@ -52,7 +52,7 @@

Since I was young I delved into computers head first, and breaking a lot on the way. I started with Scratch, then progressed to Python in Secondary School where I really started my programming adventure!

Since then I tried many programming languages and programming-related stuff, I currently know Python, HTML and CSS but am also learning PHP and C#

I also got into Linux since the start was rough with me breaking a bunch of stuff. But since then I've been using Arch (btw) and happily configuring Rofi, Polybar, fish and even theming Discord, Spotify and Firefox!

-

These stats come from my GitHub profiles public repositories (private ones are not counted)

+

These stats come from my GitHub profiles public repositories (private ones are not counted)

@@ -91,7 +91,7 @@