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