modify test

This commit is contained in:
Jianqi Jin
2023-09-26 19:25:53 -05:00
parent 43d66d50ae
commit a883ebe2ef
4 changed files with 85 additions and 167 deletions

View File

@ -32,7 +32,7 @@
justify-content: start;
}
.projects__title {
margin: 20px 0 0 20px;
margin: 20px 0 20px 20px;
font-family: itrFontMedium;
color: #fff;
}
@ -47,8 +47,10 @@
width: 100vw;
height: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding-top: 24px;
}
.project__content__main__container {

View File

@ -1,8 +1,7 @@
.waterfall_outer {
.waterfallContainer {
display: flex;
flex-direction: row;
flex-wrap: wrap;
.waterfall_column {
width: 40%;
.waterfallItem {
margin: 3px;
}
}