From 2d746bad79047ceb865f39364a25830d3fc99908 Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Sat, 13 Jan 2024 20:19:45 +0200 Subject: fix: minor visual fixes --- style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index e7b4860..c228fc0 100644 --- a/style.css +++ b/style.css @@ -90,6 +90,10 @@ a.text-link::after{ overflow: hidden; } +marquee { + margin: 5px; +} + .content-container{ margin: 20px 10%; display: grid; @@ -99,9 +103,6 @@ a.text-link::after{ } .content{ - position: relative; - top: 0; - left: 0; width: auto; height: auto; margin: 5%; -- cgit v1.2.3