Skip to content

Commit 6ef5b48

Browse files
authored
Merge pull request #39 from DavidsDvm/fix/languageNoticeMobile
Fix: removed language notice on mobile
2 parents 2ab1c87 + 11b2087 commit 6ef5b48

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/LanguageNotice.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,11 @@ button {
5151
cursor: pointer;
5252
margin-left: 10px;
5353
}
54+
55+
/* dont show if is mobile */
56+
@media (max-width: 768px) {
57+
.language-notice {
58+
display: none;
59+
}
60+
}
5461
</style>

0 commit comments

Comments
 (0)