mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 23:31:19 +03:00
Slightly less padding
This commit is contained in:
parent
f160a576d6
commit
ba0f61af8d
1 changed files with 5 additions and 0 deletions
|
@ -67,6 +67,11 @@
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
@media (min-width: 40em) {
|
||||||
|
.status {
|
||||||
|
padding-bottom: 16px;
|
||||||
|
}
|
||||||
|
}
|
||||||
.status.large {
|
.status.large {
|
||||||
--fade-in-out-bg: linear-gradient(
|
--fade-in-out-bg: linear-gradient(
|
||||||
to bottom,
|
to bottom,
|
||||||
|
|
Loading…
Add table
Reference in a new issue