Skip to content

Commit

Permalink
style update
Browse files Browse the repository at this point in the history
  • Loading branch information
desaisoham0 authored Mar 13, 2024
1 parent 82f86e3 commit 7f7728a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: calc(12px + 0.5vw);;
font-size: 12px;
max-width: 960px;
margin: auto;
}
Expand All @@ -9,22 +9,22 @@ h1, h2, h3 {
margin-bottom: 0;
}
h1 {
font-size: 4vw;
font-size: 3em;
letter-spacing: .6em;
padding-top: 1em;
padding-bottom: 1em;
}
h2 {
font-size: 2vw;;
font-size: 1.5em;
padding-bottom: 1em;
}
h3 {
font-size: 1.5vw;;
font-size: 1em;
padding-bottom: 1em;
}
main {
display: grid;
grid-template-columns: 1fr 1.5fr;;
grid-template-columns: 40% 60%;
margin-top: 3em;
}
@media (max-width: 768px) {
Expand Down

0 comments on commit 7f7728a

Please sign in to comment.