Skip to content

Commit

Permalink
[#75] fix: solve alignment problem
Browse files Browse the repository at this point in the history
  • Loading branch information
damla committed Feb 24, 2021
1 parent 0a5abca commit c3f353a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pages/contact/contact.module.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
@use "../../global/variables.scss" as variables;

.item {
&:first-child {
border-right: 1px solid variables.$secondary-color;
}

flex-basis: 45%;
min-height: 50vh;
display: flex;
Expand All @@ -13,6 +9,10 @@
margin-bottom: 2.5rem;
align-items: center;

&:first-child {
border-right: 1px solid variables.$secondary-color;
}

@media only screen and (max-width: variables.$max-width-tablet) {
min-height: 40vh;
margin-bottom: 3rem;
Expand All @@ -34,14 +34,14 @@
.boxSubtitle {
display: flex;
align-items: center;
margin-bottom: 0.5rem;

.h4 {
font-family: "SuisseInt-Regular", sans-serif;
font-size: 1.5rem;
text-transform: uppercase;
color: variables.$secondary-color;
margin-left: 5px;
margin-bottom: 0.5rem;

@media only screen and (max-width: variables.$max-width-middle) {
font-size: 1.5rem;
Expand Down

0 comments on commit c3f353a

Please sign in to comment.