Browse Source

spacing updates

master
Cailean Finn 3 weeks ago
parent
commit
0eab6eb0e1
  1. 6
      public/css/styles.css

6
public/css/styles.css

@ -246,7 +246,7 @@ hr {
gap: 25px;
margin-top: 50px;
flex-wrap: wrap;
justify-content: space-between;
justify-content: space-around;
align-items: center;
}
@ -294,7 +294,7 @@ hr {
color:#ffffff;
font-weight: 400;
flex-wrap: wrap;
justify-content: space-between;
justify-content: space-around;
margin-top: 50px;
margin-bottom: 50px;
text-transform: uppercase;
@ -385,7 +385,7 @@ hr {
align-items: stretch;
row-gap: 100px;
column-gap: 50px;
justify-content: space-between;
justify-content: space-around;
padding-top: 0px;
padding-bottom: 50px;
}

Loading…
Cancel
Save