Skip to content

Commit

Permalink
margin top
Browse files Browse the repository at this point in the history
  • Loading branch information
sophia-pung committed Feb 6, 2024
1 parent 5639144 commit fc8089d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,12 @@ import Flux from '../components/flux.astro';
background-color: #fdf6f4;
font-family: "IBM Plex Mono", monospace;
margin-bottom: 50px;
margin-top: 100px;
}
@media (max-width: 600px) {
.header {
height: 25vh;
margin-top: 60px;
margin-top: 120px;
text-align: center;
margin-bottom: 80px;
}
Expand Down

0 comments on commit fc8089d

Please sign in to comment.