mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
Update main.css
fix media queries
This commit is contained in:
committed by
GitHub
parent
5046b5022a
commit
0cdae11456
@@ -678,7 +678,7 @@ tbody {
|
||||
margin-bottom: -5px;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
@media (max-device-width: 768px), (max-width: 768px) {
|
||||
.description {
|
||||
margin: 0 auto 25px;
|
||||
}
|
||||
@@ -722,7 +722,7 @@ tbody {
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 520px) {
|
||||
@media (max-device-width: 520px), (max-width: 520px) {
|
||||
.header {
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
|
||||
Reference in New Issue
Block a user