1
0

CSS update

This commit is contained in:
Chicory ☕ 2024-07-26 22:56:13 +03:00
parent 4b96d2e086
commit 3faca68664
Signed by: chicory
GPG Key ID: AC95A793F70BEDCD

View File

@ -27,7 +27,8 @@ b{
box-shadow: 0 0 10px rgba(0,0,0,0.5); box-shadow: 0 0 10px rgba(0,0,0,0.5);
border-radius: 5px; border-radius: 5px;
border: 2px solid #2e333f; border: 2px solid #2e333f;
width: 480px; max-width: 480px;
min-width: 380px;
margin: auto; margin: auto;
} }
@ -72,9 +73,9 @@ b{
50%{ color: transparent; } 50%{ color: transparent; }
} }
@media screen and (max-width: 800px) { @media screen and (max-width: 480px) {
body { body {
padding: 15px; padding: 5px;
margin-top: 15px; margin-top: 5px;
} }
} }