Larger margins.
This commit is contained in:
parent
15431dd4e4
commit
746f44ea74
3
web.css
3
web.css
@ -1,5 +1,6 @@
|
|||||||
body {
|
body {
|
||||||
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
|
||||||
|
margin: 1em;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -14,7 +15,7 @@ img.screenshot {
|
|||||||
@media (min-width: 1120px) {
|
@media (min-width: 1120px) {
|
||||||
img.screenshot {
|
img.screenshot {
|
||||||
float: right;
|
float: right;
|
||||||
margin-left: 8px;
|
margin: 0 0 1em 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
span.hover {
|
span.hover {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user