modify test
This commit is contained in:
@ -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 {
|
||||
|
@ -1,8 +1,7 @@
|
||||
.waterfall_outer {
|
||||
.waterfallContainer {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
.waterfall_column {
|
||||
width: 40%;
|
||||
.waterfallItem {
|
||||
margin: 3px;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user