Commit 0db6a099 authored by 吕祺's avatar 吕祺 ⛹🏽

fix 3 type portfolio

parent fdb0fbf9
...@@ -18,14 +18,18 @@ ...@@ -18,14 +18,18 @@
/* background-position-x: 4%; /* px */ /* background-position-x: 4%; /* px */
} }
.portfolio-selector { .portfolio-selector {
display: flex;
flex-wrap: wrap;
width: 100%; width: 100%;
padding-top: 40px; /* px */ padding-top: 40px; /* px */
margin-bottom: 80px; /* px */ /* margin-bottom: 80px; /* px */
font-weight: 400; font-weight: 400;
margin-left: -3% margin-left: -3%
} }
.portfolio-selector > div { .portfolio-selector > div {
float: left; /* float: left; */
white-space: nowrap;
margin-left: 3%; margin-left: 3%;
line-height: 40px; /* px */ line-height: 40px; /* px */
font-size: 18px; /* px */ font-size: 18px; /* px */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment