tables done (i think)

This commit is contained in:
2024-05-08 22:46:20 -04:00
parent 8cbc7e451a
commit ecf56bd1ee
2 changed files with 39 additions and 6 deletions

View File

@ -196,10 +196,10 @@ $white: #fff;
width: calc(80% + 50px);
height: auto;
background-color: transparent;
display:flex;
display: flex;
flex-wrap: wrap;
flex-direction: row;
align-items: center;
align-items: stretch;
justify-content: space-between;
margin-bottom: 50px;
margin-top: 5px;