hotfix: post-upgrade adjustments

This commit is contained in:
2025-03-29 15:59:42 +01:00
parent 4ba5d544af
commit c5e53057eb
8 changed files with 42 additions and 45 deletions
+3 -5
View File
@@ -106,15 +106,13 @@ export default defineComponent({
button.btn-donation {
margin-left: auto;
$btnColor: #254069;
background-color: $btnColor;
background-color: #254069;
&:hover {
background-color: lighten($btnColor, 5%);
background-color: #2e4f81;
}
@include responsive.smallScreen{
@include responsive.smallScreen {
span {
display: none;
}