diff options
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%; |
