Skip to content

Commit

Permalink
dinamyc text todolist
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjas007 committed Oct 27, 2022
1 parent 80f2479 commit 78819ec
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,27 @@ html {
font-size: 4rem;
font-weight: 1000;
font-family: "Comic Sans MS", "Comic Sans", cursive;
padding-left: 4em;
padding-left: 2em;
}

@media only screen and (max-width: 768px) {
.header h1 {
padding-left: 0em;
}
}

@media only screen and (max-width: 425px) {
.header h1 {
padding-left: 0em;
font-size: 2em;
}
}

@media only screen and (max-width: 354px) {
.header h1 {
padding-left: 0em;
font-size: 1.5em;
}
}

body {
Expand Down

0 comments on commit 78819ec

Please sign in to comment.