Browse Source

Scale tool responsiveness improved

Tatiana Inama 6 năm trước cách đây
mục cha
commit
54ed72d22e
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 9 0
      recipes/src/components/Ingredient/ScaleTool/styles.scss

+ 9 - 0
recipes/src/components/Ingredient/ScaleTool/styles.scss

@@ -4,7 +4,16 @@
   &__actions {
     display: flex;
     justify-content: center;
+    flex-wrap: wrap;
+    
+    button {
+      @media #{$small-device} {
+        margin: $spacing-xs 0;
+      }
+    
+    }
   }
+  
 
   &__ingredients {
     font-weight: normal;