changed invalid flex-direction instylesheet to row, which is what it was defaulting to anyway

master
Michael Murtaugh 4 years ago
parent ef535ee660
commit 0291635396

@ -106,7 +106,7 @@ header{
/* rules for the general structural elements */
section{
display: flex;
flex-direction: columns;
flex-direction: row;
flex-wrap: wrap;
margin:0 14px;
padding-top:80px;

Loading…
Cancel
Save