[TASK] change position btn fixed and font-size
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 6s

This commit is contained in:
Marie Birner
2024-02-17 21:49:35 +01:00
parent b963c56679
commit d1b7ad5c85
5 changed files with 18 additions and 12 deletions

View File

@ -97,7 +97,8 @@ button {
.btn-open,
.btn-close {
position: fixed;
bottom: 0;
bottom: 1rem;
font-size: .8rem;
}
.btn-open {
@ -105,7 +106,7 @@ button {
}
.btn-close {
right: 0;
right: 1rem;
}
.par {
@ -138,3 +139,5 @@ button {
font-style: italic;
padding: calc(var(--pico-spacing) / 3) 0;
}