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