summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2024-01-13 20:19:45 +0200
committerMartial Simon <msimon_fr@hotmail.com>2024-01-13 20:19:45 +0200
commit2d746bad79047ceb865f39364a25830d3fc99908 (patch)
tree46aa1a97b0dba0c36d4441155b367b4767090b87 /style.css
parent38694e5306ea883cdf23bf0edac09c6e901ab49e (diff)
fix: minor visual fixes
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 4 insertions, 3 deletions
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%;