Skip to content

Commit

Permalink
Memperbaiki Tampilan Maps
Browse files Browse the repository at this point in the history
  • Loading branch information
andikatuluspangestu committed Oct 7, 2023
1 parent 74d1eaa commit 1efed12
Show file tree
Hide file tree
Showing 5 changed files with 215 additions and 137 deletions.
51 changes: 51 additions & 0 deletions assets/css/layouts/maps.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/css/layouts/maps.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
@import 'layouts/subcribe.css';
@import 'layouts/faq.css';
@import 'layouts/kritiksaran.css';
@import 'layouts/maps.css';
@import 'layouts/footer.css';
20 changes: 20 additions & 0 deletions assets/scss/layouts/_maps.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// Import base variables
@import "../base/reset";
@import "../base/colors";
@import "../base/typography";

#maps {
.maps-title{
font-size: 36px;
font-weight: bold;
color: $color-primary;
margin-bottom: 20px;
font-family: $font-secondary;
}

.maps-subtitle{
font-size: 18px;
color: $color-secondary;
margin-bottom: 20px;
}
}
Loading

0 comments on commit 1efed12

Please sign in to comment.