diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2024-01-13 20:19:45 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2024-01-13 20:19:45 +0200 |
| commit | 2d746bad79047ceb865f39364a25830d3fc99908 (patch) | |
| tree | 46aa1a97b0dba0c36d4441155b367b4767090b87 /style.css | |
| parent | 38694e5306ea883cdf23bf0edac09c6e901ab49e (diff) | |
fix: minor visual fixes
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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%; |
