1
0

Added a fix to unwanted padding.

This commit is contained in:
Alexander Andreev 2024-06-30 00:11:30 +04:00
parent 56f4c7c237
commit c0e4981d62
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34

View File

@ -23,7 +23,9 @@
--text-color: #0a0a0a; } }
* { margin: 0; }
* {
margin: 0;
padding: 0; }
::selection {