Skip to content

Commit

Permalink
updated font size (#520)
Browse files Browse the repository at this point in the history
* Update index.css

* Update index.css

updated font family from Times New roman to Helvetica

* Update index.css

updated font size

* Update index.css

updated font size

* Update index.css
  • Loading branch information
syashu16 authored Oct 24, 2023
1 parent 281286e commit 4630341
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Level0/Voting/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#btn {
color: black;
font-size: 49px;
font-size: 46px;
letter-spacing: 0.295em;
margin-top: 62px;
margin-left: 315px;
Expand All @@ -42,7 +42,7 @@
#btn1 {
color: black;
margin-left: 232px;
font-size: 49px;
font-size: 46px;
letter-spacing: 0.295em;
padding-right: 68px;
padding-left: 68px;
Expand All @@ -58,7 +58,7 @@
}

#res {
font-size: 45px;
font-size: 46px;
margin-top: 35px;
margin-left: 600px;
border-radius: 15px;
Expand Down

0 comments on commit 4630341

Please sign in to comment.