From a6d189e8dac451ea7be4c7f210e950a2e4a8d314 Mon Sep 17 00:00:00 2001 From: GergiH Date: Thu, 24 Oct 2024 21:13:07 +0200 Subject: [PATCH] Remove extra margin from portrait, fix container widths --- app.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app.css b/app.css index 8c71d8e..bea6f70 100644 --- a/app.css +++ b/app.css @@ -222,7 +222,7 @@ a:hover { border-radius: 2rem; min-width: 110px; height: 180px; - margin: 0.5rem 1.5rem 0.5rem 0.5rem; + margin: 0.5rem; overflow: hidden; } .portrait-image { @@ -279,15 +279,12 @@ a:hover { display: flex; flex-direction: row; position: relative; - width: 93%; } .content-text { position: relative; - width: 93%; } .content-terminal { position: relative; - width: 93%; } .home-texts { display: flex;