changes to css based on updated element classes
authorAndrew Engelbrecht <andrew@fsf.org>
Wed, 31 Jul 2019 19:55:31 +0000 (15:55 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Wed, 31 Jul 2019 19:55:31 +0000 (15:55 -0400)
i put .ryf-list-row on the <ul> tag, so style.css needed to be changed
to reflect this.

css/style.css

index 899b5a58142e0a1c9ee0ca5e6dd2bab126f9a9a1..5e88887ee3c45a9f04a447da4256c2c9579c136e 100644 (file)
@@ -108,7 +108,7 @@ a { transition: 0.3s; }
 /* RYF List */
 
 
 /* RYF List */
 
 
-.ryf-list-row ul {
+.ryf-list-row {
   padding: 0;
   margin: 0 auto;
   overflow: auto;
   padding: 0;
   margin: 0 auto;
   overflow: auto;
@@ -197,7 +197,7 @@ a { transition: 0.3s; }
 }
 
 @media screen and (min-width: 450px) and (max-width: 659px) {
 }
 
 @media screen and (min-width: 450px) and (max-width: 659px) {
-  .ryf-list-row ul {
+  .ryf-list-row {
     max-width: 600px;
   }
   .ryf-list {
     max-width: 600px;
   }
   .ryf-list {
@@ -207,7 +207,7 @@ a { transition: 0.3s; }
   }
 }
 @media screen and (min-width: 660px) and (max-width: 767px) {
   }
 }
 @media screen and (min-width: 660px) and (max-width: 767px) {
-  .ryf-list-row ul {
+  .ryf-list-row {
     max-width: 600px;
   }
   .ryf-list-row {
     max-width: 600px;
   }
   .ryf-list-row {
@@ -224,7 +224,7 @@ a { transition: 0.3s; }
 /* Vendors list */
 
 
 /* Vendors list */
 
 
-.vendors-list-row ul {
+.vendors-list-row {
   padding: 10px;
   margin: 0 auto;
   overflow: auto;
   padding: 10px;
   margin: 0 auto;
   overflow: auto;