summaryrefslogtreecommitdiff
path: root/cao-mobile.css
diff options
context:
space:
mode:
authorJeremie Taboada <taboada.jeremie@gmail.com>2015-06-05 03:39:31 +0100
committerOlivier Gayot <duskcoder@gmail.com>2015-06-08 17:01:47 +0100
commit4fabe286c92323039fd97e7f70faa171f9473b0c (patch)
treef9dcbf07395703b4a98fee5e1b671f0d3df26946 /cao-mobile.css
parent9f0d982489e56302a9e82eea2a3f0f66cd6e7aef (diff)
Fix css!
Diffstat (limited to 'cao-mobile.css')
-rw-r--r--cao-mobile.css17
1 files changed, 11 insertions, 6 deletions
diff --git a/cao-mobile.css b/cao-mobile.css
index 8d55b5b..5a85ca1 100644
--- a/cao-mobile.css
+++ b/cao-mobile.css
@@ -28,7 +28,7 @@ header > span#leave-room:hover {
opacity: 1;
}
.page {
- padding: 70px 20px 170px;
+ padding: 70px 20px 120px;
margin: auto;
max-width: 650px;
}
@@ -99,7 +99,7 @@ div.card-list.read-only > button.card.black:active {
bottom: 0;
left: 0;
right: 0;
- height: 150px;
+ height: 100px;
box-sizing: border-box;
}
div.bottom {
@@ -111,13 +111,13 @@ div.bottom {
}
button.bottom {
font-size: 2.5em;
- color: #dddddd;
- border: 4px solid #1565C0;
- background: #1E88E5;
+ color: #222222;
+ border: 4px solid #455A64;
+ background: #78909C;
transition: .3s;
}
button.bottom:hover {
- background: #1565C0;
+ background: #455A64;
font-size: 2.7em;
}
.message {
@@ -125,4 +125,9 @@ button.bottom:hover {
font-size: 2.5em;
text-align: center;
text-shadow: 0 5px 0 #000;
+}
+@media screen and (max-width: 600px) {
+ h1 {
+ font-size: 3em;
+ }
} \ No newline at end of file