mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-21 05:18:51 +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 {
|
.status {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 16px 16px 20px;
|
padding: 16px;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
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…
Reference in a new issue