Skip to content

Commit

Permalink
Responsive and font fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
antimundo committed Apr 30, 2024
1 parent 0dddf5c commit 032e56e
Show file tree
Hide file tree
Showing 5 changed files with 227 additions and 86 deletions.
21 changes: 10 additions & 11 deletions _sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
src: url("/assets/fonts/Montserrat-VariableFont_wght.ttf");
}


body {
font-family: 'montserrat';
background-color: #181b22;
Expand All @@ -16,7 +15,6 @@ body > * {

h1, h2, h3, h4, h5, h6 {
color: white;
font-family: 'montserrat';
}

a {
Expand Down Expand Up @@ -84,7 +82,7 @@ header > .current {
display: flex;
align-items: center;
justify-content: space-evenly;

flex-wrap: wrap;
}

#gallery > a{
Expand Down Expand Up @@ -200,17 +198,18 @@ section>h1 {
}

/* Mobile */
@media (max-width: 500px) {
@media (max-width: 750px) {
header {
flex-direction: column;
}
header > h1 {
font-size: 13vw;
letter-spacing: 4vw;
}
header > .header-nav{
flex-direction: column;
text-align: center;
header > * {
margin-right: 0px;
}
#gallery > a {
width: 100%;
margin-bottom: 40px;
margin-left: 20px;
margin-right: 20px;
}
.img-container > img {
width: 50%;
Expand Down
36 changes: 8 additions & 28 deletions assets/images/header-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 17 additions & 14 deletions assets/images/index/bat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 032e56e

Please sign in to comment.