fix classes

This commit is contained in:
2023-04-24 15:38:58 +10:00
parent 425a3561ac
commit c1182b3b90

View File

@@ -1,5 +1,5 @@
<template> <template>
<SMContainer :full="true" class="footer"> <SMContainer :full="true" class="page-footer">
<SMRow class="social"> <SMRow class="social">
<SMColumn class="align-items-center"> <SMColumn class="align-items-center">
<SMSocialIcons /> <SMSocialIcons />
@@ -152,7 +152,7 @@ import SMSocialIcons from "../components/SMSocialIcons.vue";
} }
@media only screen and (max-width: 768px) { @media only screen and (max-width: 768px) {
.footer { .page-footer {
.row:first-of-type { .row:first-of-type {
padding-bottom: 0; padding-bottom: 0;
} }