correct layout in 1024, better spacing for greater resolutions
This commit is contained in:
parent
f531247627
commit
6c4bdcff46
1 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ body {
|
||||||
float:left;
|
float:left;
|
||||||
width:20%;
|
width:20%;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
margin-right:2%;
|
margin-right:5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.shortcuts {
|
ul.shortcuts {
|
||||||
|
|
@ -54,7 +54,7 @@ ul.badges li {
|
||||||
|
|
||||||
#main {
|
#main {
|
||||||
float:right;
|
float:right;
|
||||||
width:78%;
|
width:75%;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
|
|
|
||||||
Reference in a new issue