Explorar el Código

Update recipe book strand responsiveness in portrait mode.

Lee Morgan hace 5 años
padre
commit
8549f1db8c
Se han modificado 1 ficheros con 9 adiciones y 1 borrados
  1. 9 1
      views/dashboardPage/dashboard.css

+ 9 - 1
views/dashboardPage/dashboard.css

@@ -672,7 +672,10 @@ Modal
                     width: 90%;
                 }
 
-
+        /* RECIPE BOOK */
+        #recipeList{
+            width: 90%;
+        }
 
         @media screen and (min-width: 601px){
             .strandTitle{
@@ -688,6 +691,11 @@ Modal
             #graphCard{
                 display: flex;
             }
+
+            /* RECIPE BOOK */
+            #recipeList{
+                width: 75%;
+            }
         }
     }
 }