Enlarge text for mobile and increase button spacing

master
Bob Mottram 2019-09-04 09:45:26 +01:00
parent 041b50fd2c
commit 40feaae9c5
1 changed files with 15 additions and 5 deletions

View File

@ -737,7 +737,7 @@ input[type=checkbox]
} }
.cwButton { .cwButton {
border-radius: 4px; border-radius: 4px;
background-color: #999; background-color: #555;
border: none; border: none;
color: #FFFFFF; color: #FFFFFF;
text-align: center; text-align: center;
@ -779,11 +779,16 @@ input[type=checkbox]
.pageicon { .pageicon {
width: 4%; width: 4%;
} }
.time-right {
float: right;
color: #aaa;
margin: 4px 20px;
}
} }
@media screen and (max-width: 1000px) { @media screen and (max-width: 1000px) {
body, html { body, html {
font-size: 30px; font-size: 35px;
} }
.container img { .container img {
float: left; float: left;
@ -797,7 +802,7 @@ input[type=checkbox]
float: right; float: right;
max-width: 200px; max-width: 200px;
width: 7%; width: 7%;
margin: 0px 1%; margin: 1% 3%;
border-radius: 0%; border-radius: 0%;
} }
.timeline-avatar img { .timeline-avatar img {
@ -810,11 +815,11 @@ input[type=checkbox]
} }
.cwButton { .cwButton {
border-radius: 4px; border-radius: 4px;
background-color: #999; background-color: #555;
border: none; border: none;
color: #FFFFFF; color: #FFFFFF;
text-align: center; text-align: center;
font-size: 26px; font-size: 32px;
padding: 2px; padding: 2px;
cursor: pointer; cursor: pointer;
margin: 5px; margin: 5px;
@ -852,4 +857,9 @@ input[type=checkbox]
.pageicon { .pageicon {
width: 8%; width: 8%;
} }
.time-right {
float: right;
color: #aaa;
margin: 25px 20px;
}
} }