فهرست منبع

fix color toggle position on mobile

Aneurin Barker Snook 11 ماه پیش
والد
کامیت
53e67bf4bf
1فایلهای تغییر یافته به همراه7 افزوده شده و 2 حذف شده
  1. 7 2
      src/style.scss

+ 7 - 2
src/style.scss

@@ -239,8 +239,13 @@ main {
 
 #color {
   position: absolute;
-  right: 2rem;
-  top: 2rem;
+  right: 1rem;
+  top: 1rem;
+
+  @media (min-width: $bp-tablet) {
+    right: 2rem;
+    top: 2rem;
+  }
 
   button {
     background: none;