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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user