This commit is contained in:
ManeraKai 2023-07-29 00:19:25 +03:00
parent b0837aa19b
commit 426555c0fa
No known key found for this signature in database
GPG Key ID: 5ABC31FFD562E337
1 changed files with 14 additions and 0 deletions

View File

@ -479,4 +479,18 @@ input:disabled {
div.about a {
width: 500px;
display: inline-block;
}
@media (max-width: 1250px) {
body.option {
flex-direction: column;
width: 750px;
align-items: center;
}
section.links {
flex-direction: row;
width: 750px;
padding: 0 55px;
}
}