mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
committed by
Donovan Preston
parent
09a4d7b9ee
commit
aa156558b6
20
app/main.css
20
app/main.css
@@ -165,3 +165,23 @@ progress::-webkit-progress-value {
|
||||
@apply shadow-md;
|
||||
}
|
||||
}
|
||||
|
||||
.rounded-device {
|
||||
border-radius: 0.25rem;
|
||||
}
|
||||
|
||||
.px-4-device {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
@media screen and (max-device-width: 576px) {
|
||||
.rounded-device {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.px-4-device {
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user