summaryrefslogtreecommitdiffstats
path: root/_static/styles.css
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-12-12 11:28:20 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2014-12-12 11:28:20 +0100
commit7b4fa450db4f0dbbe70d0e04d64e30dacb27d407 (patch)
tree70c9dbfaa23f53d67345a7a3d2adda4752045649 /_static/styles.css
parent5b052037970626ba0e7c7f9393165c0582fccc33 (diff)
downloadalpine-mksite-7b4fa450db4f0dbbe70d0e04d64e30dacb27d407.tar.bz2
alpine-mksite-7b4fa450db4f0dbbe70d0e04d64e30dacb27d407.tar.xz
style: more improvements for small screens
Diffstat (limited to '_static/styles.css')
-rw-r--r--_static/styles.css26
1 files changed, 17 insertions, 9 deletions
diff --git a/_static/styles.css b/_static/styles.css
index 22a9f3e..57a8a8d 100644
--- a/_static/styles.css
+++ b/_static/styles.css
@@ -234,26 +234,34 @@ footer {
@media all and (max-width:32.000em) {
.alpine-logo {
font-size: 325%;
- padding: .3em .5em .0765em .25em;
+ width: 100%;
+ background-color: white;
+ text-align: center;
}
- nav a {
- padding: .3em;
- line-height: 200%;
+ nav {
+ padding: 0em 0em;
}
#pagenav {
- width: 98%;
+ width: 100%;
+ border-style: solid none none none;
+ border-color: #17a;
}
#pagenav a {
+ padding: .3em;
+ line-height: 200%;
display: inline-block;
width: 44%;
text-align: center;
}
+ #sitenav {
+ border-style: none none solid none;
+ width: 100%;
+ border-color: #8db2c5;
+ text-align: center;
+ }
#sitenav a {
padding: 0.5em 0.7em;
}
- table tr td:first-child {
- white-space: nowrap;
- }
footer {
height: auto;
}
@@ -262,7 +270,7 @@ footer {
@media all and (max-width:18.000em) {
#pagenav a {
display: inline-block;
- width: 98%;
+ width: 100%;
text-align: center;
}
}