Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Fix language select alignment and width
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Dec 1, 2022
1 parent dfa0b10 commit 6bbda94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/VFooter/VFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export default defineComponent({
/* locale-and-wp locale chooser and WordPress affiliation graphic styles */
.footer-sm .locale-and-wp {
@apply grid grid-cols-2;
@apply grid grid-cols-2 items-center;
}
.footer-lg .locale-and-wp {
@apply flex flex-row items-center justify-between;
Expand All @@ -184,10 +184,10 @@ export default defineComponent({
.footer-sm .logo {
@apply self-start pt-2;
}
.footer-xs .language {
.footer .language {
width: 100% !important;
}
.footer-md .language {
.footer-sm .language {
@apply max-w-[12.5rem];
}
</style>

0 comments on commit 6bbda94

Please sign in to comment.