]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: display in small screens
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 11 Nov 2020 09:10:39 +0000 (10:10 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 11 Nov 2020 09:10:39 +0000 (10:10 +0100)
docs/.vitepress/theme/components/CarbonAds.vue

index d32de6b00ca14ea4e9765404ad719795dd4add34..437259dc9f39fd79975012514fad81e03ec25f4d 100644 (file)
@@ -47,6 +47,13 @@ export default {
   padding: 10px;
 }
 
+@media screen and (max-width: 425px) {
+  .carbon-ads {
+    width: auto;
+    right: 0;
+  }
+}
+
 @media screen and (max-width: 1300px) {
   .carbon-ads {
     z-index: 1;