1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-18 16:41:19 +02:00

dynamically adjust wrapper class width

fixed width displayed poorly across some of my devices
This commit is contained in:
Derren Desouza
2015-10-21 11:55:06 +10:00
parent 4650aff3f6
commit 7c023ecce6

View File

@@ -45,7 +45,7 @@ a:hover {
.wrapper { .wrapper {
margin:0 auto; margin:0 auto;
padding-top:20px; padding-top:20px;
max-width:500px; max-width:80%;
} }
/*------------------------------------*\ /*------------------------------------*\
Demo block Demo block
@@ -119,4 +119,4 @@ tr.parent a[href^="/"] {
.footer { .footer {
text-align:center; text-align:center;
font-size:.75em; font-size:.75em;
} }