fix bottom padding
This commit is contained in:
parent
784f19ae3b
commit
4259a92356
2 changed files with 7 additions and 10 deletions
|
@ -4,6 +4,7 @@
|
|||
justify-content: center;
|
||||
place-content: center;
|
||||
justify-items: center;
|
||||
padding-bottom: 100px;
|
||||
}
|
||||
|
||||
.tabContainer {
|
||||
|
@ -15,11 +16,11 @@
|
|||
.tabSelect {
|
||||
display: flex;
|
||||
justify-content: stretch;
|
||||
gap: .125rem;
|
||||
padding: .125rem;
|
||||
gap: 0.125rem;
|
||||
padding: 0.125rem;
|
||||
margin: 0 auto 1.5rem;
|
||||
border: 1px solid rgba(255, 255, 255, 0.15);
|
||||
border-radius: .5rem;
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
|
||||
.tabSelect > * {
|
||||
|
@ -30,8 +31,8 @@
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
gap: .75rem;
|
||||
gap: 0.75rem;
|
||||
padding: 1.5rem;
|
||||
border: 1px solid rgba(255, 255, 255, 0.15);
|
||||
border-radius: .5rem;
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
|
|
|
@ -14,10 +14,6 @@ main {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
main {
|
||||
padding-bottom: 100px;
|
||||
}
|
||||
|
||||
.header {
|
||||
max-width: 500px;
|
||||
padding-inline: 2rem;
|
||||
|
@ -47,7 +43,7 @@ footer {
|
|||
text-align: center;
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
background-color: var(--lk-bg);
|
||||
border-top: 1px solid rgba(255, 255, 255, .15);
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
|
||||
footer a {
|
||||
|
|
Loading…
Reference in a new issue