projects
/
lantea.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6de10e1
)
add a media query for smaller screens, as a test
author
Robert Kaiser
<robert@widebook.box.kairo.at>
Fri, 7 Sep 2012 06:04:28 +0000
(08:04 +0200)
committer
Robert Kaiser
<robert@widebook.box.kairo.at>
Fri, 7 Sep 2012 06:04:28 +0000
(08:04 +0200)
style/lantea.css
patch
|
blob
|
blame
|
history
diff --git
a/style/lantea.css
b/style/lantea.css
index 0fbaddb369a1baad329dacb2ec5fa95d69b1b132..e7151f21b26b5e838eb977642aeb9d8d559c52d0 100644
(file)
--- a/
style/lantea.css
+++ b/
style/lantea.css
@@
-86,3
+86,10
@@
h1 {
border-radius: 3px;
padding: 0 3px;
}
+
+
+@media screen and (max-width: 500px) {
+ body {
+ font-size: 10px;
+ }
+}