mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +01:00
Finally get rid of bottom faux spacing
This commit is contained in:
parent
043c68f9ff
commit
8ad4214850
1 changed files with 1 additions and 6 deletions
|
@ -56,16 +56,11 @@
|
|||
|
||||
.status {
|
||||
display: flex;
|
||||
padding: 16px 16px 20px;
|
||||
padding: 16px;
|
||||
line-height: 1.4;
|
||||
align-items: flex-start;
|
||||
position: relative;
|
||||
}
|
||||
@media (min-width: 40em) {
|
||||
.status {
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
}
|
||||
.status.large {
|
||||
--fade-in-out-bg: linear-gradient(
|
||||
to bottom,
|
||||
|
|
Loading…
Reference in a new issue