1
0
mirror of https://github.com/oupala/apaxy.git synced 2025-08-17 23:51:31 +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 {
margin:0 auto;
padding-top:20px;
max-width:500px;
max-width:80%;
}
/*------------------------------------*\
Demo block
@@ -119,4 +119,4 @@ tr.parent a[href^="/"] {
.footer {
text-align:center;
font-size:.75em;
}
}