summaryrefslogtreecommitdiffstats
path: root/static/css/responsive.css
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2012-07-13 21:49:17 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2012-07-13 21:49:17 +0200
commitd019dea5c77f1a82d486d776b7fedc3294ddb3ff (patch)
treed7b821c2884544c5d7678ab5fbc4c42463e71ca9 /static/css/responsive.css
parentb657113fec4dff8444bf0db8b9bb3b5244a6d074 (diff)
downloadwww-d019dea5c77f1a82d486d776b7fedc3294ddb3ff.tar.gz
www-d019dea5c77f1a82d486d776b7fedc3294ddb3ff.tar.bz2
www-d019dea5c77f1a82d486d776b7fedc3294ddb3ff.zip
port to bootstrap, lots of changes...
Diffstat (limited to 'static/css/responsive.css')
-rw-r--r--static/css/responsive.css58
1 files changed, 58 insertions, 0 deletions
diff --git a/static/css/responsive.css b/static/css/responsive.css
new file mode 100644
index 0000000..1fff10c
--- /dev/null
+++ b/static/css/responsive.css
@@ -0,0 +1,58 @@
+@media (max-width: 979px) {
+ header {
+ text-align: center;
+ }
+
+ #logo, nav, .overview div {
+ float: none !important;
+ width: 100% !important;
+ }
+
+ .about {
+ margin-top: 3em;
+ margin-left: 0 !important;
+ text-align: left;
+ }
+}
+
+@media (max-width: 500px) {
+ .service-row .row-fluid div {
+ float: none;
+ }
+
+ #services .img {
+ text-align: center;
+ }
+
+ #services .desc, #services .img {
+ width: 100%;
+ }
+}
+
+@media (min-width: 500px) and (max-width: 767px) {
+ .service-row .row-fluid div {
+ float: left;
+ }
+
+ .service-row .row-fluid .img {
+ width: 20% !important;
+ }
+
+ .service-row .row-fluid .desc {
+ width: 80%;
+ }
+}
+
+@media (max-width: 767px) {
+ .service-row {
+ margin: 0;
+ }
+}
+
+@media (max-width: 450px) {
+ nav a {
+ display: block;
+ line-height: 1.2em;
+ margin: 0.5em;
+ }
+}