Browse Source

Fix some stuff

master
Brett Langdon 8 years ago
parent
commit
07d3142ca2
No known key found for this signature in database GPG Key ID: A2ECAB73CE12147F
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      index.html

+ 2
- 2
index.html View File

@ -8,9 +8,9 @@
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<style>
html, body, * { font-family: 'Lato', sans-serif; }
.hero-body { background-image: url('background.jpg'); background-repeat: no-repeat; background-size: cover; background-attachment: scroll; background-position: 0% 80% }
.hero-body { background-image: url('background.jpg'); background-repeat: no-repeat; background-size: cover; background-attachment: scroll; background-position: 0% 50% }
@media screen and (max-width: 1100px) { .hero-body { background-position: 50% 50%; } }
@media screen and (max-width: 600px) { .hero-body { background-position: 65% 50%; } }
@media screen and (max-width: 750px) { .hero-body { background-position: 65% 50%; } .hero-body .title { margin-top: -4rem; } }
</style>
</head>
<body>


Loading…
Cancel
Save