[TASK] change position btn fixed and font-size
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 6s
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 6s
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user