mirror of
https://github.com/RetroDECK/RetroDECK-Website.git
synced 2024-11-21 14:35:38 +00:00
Fix extra horizontal scrolling
This commit is contained in:
parent
3107ffa381
commit
d599e54a8a
|
@ -25,6 +25,7 @@
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: var(--rd-black);
|
background: var(--rd-black);
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|
Loading…
Reference in a new issue