Skip to content

Commit

Permalink
Update jekyll-theme-cayman.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
happylinze authored Jun 2, 2024
1 parent aab4476 commit 45cd27f
Showing 1 changed file with 0 additions and 51 deletions.
51 changes: 0 additions & 51 deletions _sass/jekyll-theme-cayman.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,57 +21,6 @@
}
}

// Make sure to use your actual SASS file location
.site {
margin: 0 auto;
max-width: 1000px;
padding: 2rem 1rem;

@media screen and (max-width: 1440px) {
.wrapper {
padding: 1em;
}

nav {
font-size: 16px;
}
}
@media screen and (max-width: 768px) {
.wrapper {
padding: 1em;
}

nav {
font-size: 14px;
}
}

@media screen and (max-width: 480px) {
font-size: 14px;

.wrapper {
padding: 1em;
}

header, .site-footer, .page {
padding: 1em;
}

nav {
font-size: 12px;
}
}
}
nav {
display: flex;
flex-wrap: wrap;
justify-content: space-between;

@media screen and (max-width: 1440px) {
flex-direction: column;
}
}

* {
box-sizing: border-box;
}
Expand Down

0 comments on commit 45cd27f

Please sign in to comment.