1
0
Fork 0
mirror of synced 2024-07-06 06:50:49 +12: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;
align-items: stretch;
position: relative;
padding-bottom: 60px;
}
.title i {
font-size: 20px;

View file

@ -35,6 +35,7 @@
align-items: stretch;
border-right: var(--border-light);
background-color: var(--background);
padding-bottom: 60px;
}
.content {

View file

@ -98,6 +98,7 @@
align-items: stretch;
position: relative;
border-right: var(--border-light);
padding-bottom: 60px;
}
i {