1
0
Fork 0
mirror of synced 2024-10-05 04:25:21 +13:00

Add padding to account for request feature button

This commit is contained in:
Andrew Kingston 2021-04-23 11:41:26 +01:00
parent c33f51600a
commit 39c48c71ee
3 changed files with 3 additions and 0 deletions

View file

@ -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;

View file

@ -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 {

View file

@ -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 {