Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions src/pages/app-our-work-single/app-our-work-single.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
}
}
}

h2 {
color: $gray-dark;
font-family: 'Muli';
Expand All @@ -145,8 +146,11 @@
}

@include media-breakpoint-down(sm) {
line-height: normal;
margin-bottom: 2rem;
margin-left: 25px;
text-align: left;
padding: 0 28px;
width: 70%;
}

@include media-breakpoint-down(xs) {
Expand Down Expand Up @@ -174,15 +178,15 @@
.project-content-icons {
@include media-breakpoint-down(sm) {
display: flex;
justify-content: center;
justify-content: space-evenly;
margin-top: 60px;
}

img {
margin: 10px 40px 10px 0;

@include media-breakpoint-down(sm) {
margin: 10px 20px 10px 0;
margin: 0 10px;
}
}
}
Expand All @@ -192,13 +196,9 @@

@include media-breakpoint-down(sm) {
display: flex;
justify-content: center;
justify-content: space-evenly;
margin-top: 140px;
}

a {
margin: 10px 20px 10px 0;
}
}
}

Expand Down Expand Up @@ -397,6 +397,7 @@

.images-col {
position: relative;

img {
width: 150px;
height: 300px;
Expand Down