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;
|
||||
align-items: stretch;
|
||||
position: relative;
|
||||
padding-bottom: 60px;
|
||||
}
|
||||
.title i {
|
||||
font-size: 20px;
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
align-items: stretch;
|
||||
border-right: var(--border-light);
|
||||
background-color: var(--background);
|
||||
padding-bottom: 60px;
|
||||
}
|
||||
|
||||
.content {
|
||||
|
|
|
@ -98,6 +98,7 @@
|
|||
align-items: stretch;
|
||||
position: relative;
|
||||
border-right: var(--border-light);
|
||||
padding-bottom: 60px;
|
||||
}
|
||||
|
||||
i {
|
||||
|
|
Loading…
Reference in New Issue