Skip to content

Commit

Permalink
Applied Font Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shivendrasaurav committed May 22, 2020
1 parent cd572b9 commit c8fb38a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
19 changes: 6 additions & 13 deletions styles/style.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
body, p, span, h1, h2, h3, h4, h5{
font-family: 'Noto Sans', sans-serif;
}
@media (max-width: 360px){
body, p, span, h1, h2, h3, h4, h5, h6{
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: 400;
}
}

.noscroll_bar{
overflow: auto;
}

.fullview{
height: 102vh;
}
ul{
width: 110%;
margin-left: -12.5%;
}
li{
padding: 6px;
}
Expand Down Expand Up @@ -164,15 +163,9 @@ body::-webkit-scrollbar-thumb {
padding: 6px;
}

.panel li{
font-size: 16px;
padding: 12px;
}
.panel li a{
font-weight: 500;
}
a .panel{
text-decoration: none;
font-size: 20px;
}
p{
padding: 6px;
Expand Down
2 changes: 1 addition & 1 deletion tips/tips_infected.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<h6>Since you're Infected</h6>

<ul class="panel">
<ul>
<li>Following COVID-19-specific travel advisories from local authorities</li>
<li>Avoiding going outside in crowded places</li>
<li>Taking proper doze of medicine to reduce the infection</li>
Expand Down
2 changes: 1 addition & 1 deletion tips/tips_totallysafe.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<h6>Since you're Totally Safe</h6>

<ul class="panel">
<ul>
<li>Clean the hands regularly with an alcohol-based sanitizer, or wash them with soap and water. The CDC also make this recommendation, advising that sanitizer should contain “at least 60% alcohol” and that people should wash their hands for at least 20 seconds</li>
<li>Clean surfaces — such as kitchen seats and work desks — regularly with disinfectant</li>
<li>Avoid crowded areas when going out, for people over 60 years old and people with any underlying health problems</li>
Expand Down

0 comments on commit c8fb38a

Please sign in to comment.