summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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%;