Skip to content

Commit

Permalink
Fixing dimessions of map
Browse files Browse the repository at this point in the history
  • Loading branch information
AnaGciaSchz committed Jul 16, 2022
1 parent b139a0d commit f6c134b
Showing 1 changed file with 21 additions and 9 deletions.
30 changes: 21 additions & 9 deletions heritage/styles/sass/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,21 @@ h4 {
height: 100px;
}

.contacto {
margin-left: 20%;
margin-right: 20%;
}

.about {
float: right;
}

@include mobile {
.contacto {
margin-left: 1em;
margin-right: 1em;
}

.map {
margin-bottom: 20px;
}
Expand All @@ -141,19 +155,17 @@ h4 {
}
}

@include tablet {
.contacto {
margin-left: 1em;
margin-right: 1em;
}
}

@include bigDesktop {
.Error {
margin: auto;
width: 30%;
padding: 10px;
}
}

.contacto {
margin-left: 20%;
margin-right: 20%;
}

.about {
float: right;
}

0 comments on commit f6c134b

Please sign in to comment.