We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7dbd0f commit 6eb0a14Copy full SHA for 6eb0a14
1 file changed
style.css
@@ -67,7 +67,7 @@ main {
67
background-image: url("./images/header-illsutration-mobile.svg");
68
background-repeat: no-repeat;
69
background-size: cover;
70
- width: 95%;
+ width: 100%;
71
height: auto;
72
display: flex;
73
flex-direction: column;
@@ -167,12 +167,13 @@ main {
167
168
.single_project_card {
169
width: 95%;
170
- height: 100vh;
+ height: 474px;
171
flex: none;
172
flex-grow: 0;
173
border: 1px solid #d0d9d4;
174
border-radius: 8px;
175
overflow: hidden;
176
+ padding-bottom: 4rem;
177
}
178
179
.project_img_placeholder {
@@ -381,7 +382,7 @@ main {
381
382
383
.card {
384
- height: 70vh;
385
+ height: 352px;
386
background-color: #ebf0ee;
387
border: 1px solid #c1c7d0;
388
0 commit comments