We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11bd76f commit 07dcd19Copy full SHA for 07dcd19
.vitepress/theme/components/VueMasteryBanner.vue
@@ -71,6 +71,20 @@ function close () {
71
width: 100%;
72
}
73
74
+@media (max-width:400px) {
75
+ .vuemastery-banner--wrapper .text {
76
+ /* color: red; */
77
+ font-size: 0.6rem;
78
+ }
79
+}
80
+
81
+@media (max-width:330px) {
82
83
+ /* color: yellow; */
84
+ margin-left:10px;
85
86
87
88
@media (min-width:1001px) {
89
90
.vuemastery-banner:hover:after,
@@ -326,6 +340,7 @@ function close () {
326
340
cursor: pointer;
327
341
position: relative;
328
342
overflow: hidden;
343
+ white-space: nowrap;
329
344
330
345
331
346
.vuemastery-button:after,
0 commit comments