adds font resizing

This commit is contained in:
Rosia E Evans 2025-04-26 12:45:18 +01:00
parent 5d4d0a46c3
commit b21254be94
2 changed files with 24 additions and 4 deletions

View file

@ -169,12 +169,15 @@ main .socials{
.font_scaler{
position: fixed;
bottom: 0;
left: 0;
}
.font_scaler button{
background: none;
background-color: white;
border: none;
margin-left: 10px;
margin-bottom: 10px;
padding: 5px;
transition: background-color 0.5s;
}