edit: random bug fix

This commit is contained in:
2026-08-16 22:45:21 +02:00
parent 2ed49a5fe1
commit cd766e3969
5 changed files with 48 additions and 2 deletions
+11
View File
@@ -24,6 +24,7 @@
.textBtnStyle:hover{
color: var(--back-color);
background-color: var(--main-color);
border-color: var(--back-color);
}
.iconBtnStyle{
@@ -55,6 +56,16 @@
animation: none;
}
@media(min-width: 1300px){
.textBtnStyle{
font-size: 19px;
}
.iconBtnStyle{
font-size: 19px;
}
}
.solidBox{
width: 100%;
height: 100%;