layout adjustment
This commit is contained in:
parent
e0f5583f43
commit
f7997bbd85
|
@ -62,7 +62,7 @@ body {
|
||||||
a, a:hover { text-decoration: none; }
|
a, a:hover { text-decoration: none; }
|
||||||
/* desktop layout */
|
/* desktop layout */
|
||||||
#container {
|
#container {
|
||||||
margin: 72px 0 0 156px;
|
margin: 48px 0 0 156px;
|
||||||
}
|
}
|
||||||
#header {
|
#header {
|
||||||
padding: 0 0 12px 0;
|
padding: 0 0 12px 0;
|
||||||
|
@ -72,7 +72,7 @@ a, a:hover { text-decoration: none; }
|
||||||
width: 156px;
|
width: 156px;
|
||||||
height: 540px;
|
height: 540px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 144px;
|
top: 120px;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 9;
|
z-index: 9;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue