Update footer text style to nowrap and update icon wrapper layout

This commit is contained in:
Sat Naing
2022-09-21 23:00:45 +06:30
parent cca1f260e5
commit bd0cecb744
+4 -1
View File
@@ -52,9 +52,12 @@ const { noMarginTop = false } = Astro.props;
@apply scale-125; @apply scale-125;
} }
.copyright-wrapper { .copyright-wrapper {
@apply my-2 flex flex-col sm:flex-row items-center; @apply my-2 flex flex-col sm:flex-row items-center whitespace-nowrap;
} }
.separator { .separator {
@apply hidden sm:inline; @apply hidden sm:inline;
} }
.social-icons {
@apply flex flex-wrap justify-center gap-1;
}
</style> </style>