Skip to content

Commit

Permalink
font size
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Amariles committed Apr 20, 2020
1 parent d40bd1b commit 818262b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@
}

.sub-menu .day .box_no {
width: 1000px;
height: 60px;
width: 800px;
height: 50px;
top: 10px;
background-color: #E8237B;
display: inline-block;
Expand All @@ -148,7 +148,7 @@
text-align: left;
cursor: pointer;
position: relative;
font-size: xx-large;
font-size: x-large;
font-family:'Abel', Helvetica, Arial, Lucida, sans-serif;
}
.sub-menu .day .box_no span {
Expand All @@ -164,8 +164,8 @@
}

.sub-menu .day .box_yes {
width: 1000px;
height: 60px;
width: 800px;
height: 50px;
top: 10px;
background-color: #159245;
display: inline-block;
Expand All @@ -175,7 +175,7 @@
text-align: left;
cursor: pointer;
position: relative;
font-size: xx-large;
font-size: x-large;
font-family:'Abel', Helvetica, Arial, Lucida, sans-serif;
}
.sub-menu .day .box_yes span {
Expand Down

0 comments on commit 818262b

Please sign in to comment.