Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
XYZscratcher authored Oct 14, 2022
1 parent 6369e3f commit d4fbe11
Showing 1 changed file with 37 additions and 8 deletions.
45 changes: 37 additions & 8 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,19 +91,48 @@ h4 {
width: 100%;
max-width: 100%;
}
h1 {
font-size: 3rem;
}

h2 {
font-size: 2.6rem;
margin-top: 3rem;
}

h3 {
font-size: 2rem;
margin-top: 3rem;
}

h4 {
font-size: 1.44rem;
}

h5 {
font-size: 1.15rem;
}

h6 {
font-size: 0.96rem;
}
@media screen and (min-width:576px){
h1{
font-size: calc(5vh - 8px);
h1 {
font-size: 2.5rem;
}
h2{
font-size: calc(4vh - 8px);

h2 {
font-size: 2.1rem;
}
h3{
font-size: calc(3.5vh - 8px);

h3 {
font-size: 1.75rem;
}
h4{
font-size: calc(3.2vh - 10px);

h4 {
font-size: 1.25rem;
}

.col {
flex: 1 0 0%;
}
Expand Down

0 comments on commit d4fbe11

Please sign in to comment.