Add padding to account for request feature button
This commit is contained in:
parent
c33f51600a
commit
39c48c71ee
|
@ -113,6 +113,7 @@
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
padding-bottom: 60px;
|
||||||
}
|
}
|
||||||
.title i {
|
.title i {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
|
|
@ -35,6 +35,7 @@
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
border-right: var(--border-light);
|
border-right: var(--border-light);
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
|
padding-bottom: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
|
|
@ -98,6 +98,7 @@
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
position: relative;
|
position: relative;
|
||||||
border-right: var(--border-light);
|
border-right: var(--border-light);
|
||||||
|
padding-bottom: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
i {
|
i {
|
||||||
|
|
Loading…
Reference in New Issue