clean up to latest copy for all pages excluding calculator

This commit is contained in:
Calvin Jhunjhnuwala
2020-08-21 17:16:50 -07:00
parent 6f049323f6
commit ea038d7b9d
42 changed files with 243 additions and 180 deletions

View File

@@ -122,6 +122,10 @@ td:nth-child(1) {
box-sizing: border-box;
justify-content: center;
align-items: center;
border-radius: 8px;
&-50 {
flex-basis: calc(50% - 30px);
}
}
@media (max-width: 768px) {
.square {