Skip to content

Commit 6eb0a14

Browse files
committed
Edit height of cards to fixed heights
1 parent f7dbd0f commit 6eb0a14

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

style.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ main {
6767
background-image: url("./images/header-illsutration-mobile.svg");
6868
background-repeat: no-repeat;
6969
background-size: cover;
70-
width: 95%;
70+
width: 100%;
7171
height: auto;
7272
display: flex;
7373
flex-direction: column;
@@ -167,12 +167,13 @@ main {
167167

168168
.single_project_card {
169169
width: 95%;
170-
height: 100vh;
170+
height: 474px;
171171
flex: none;
172172
flex-grow: 0;
173173
border: 1px solid #d0d9d4;
174174
border-radius: 8px;
175175
overflow: hidden;
176+
padding-bottom: 4rem;
176177
}
177178

178179
.project_img_placeholder {
@@ -381,7 +382,7 @@ main {
381382

382383
.card {
383384
width: 95%;
384-
height: 70vh;
385+
height: 352px;
385386
background-color: #ebf0ee;
386387
border: 1px solid #c1c7d0;
387388
border-radius: 8px;

0 commit comments

Comments
 (0)