diff options
| -rw-r--r-- | public/assets/img/crater.gif | bin | 0 -> 457946 bytes | |||
| -rw-r--r-- | public/assets/ok.css | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/public/assets/img/crater.gif b/public/assets/img/crater.gif Binary files differnew file mode 100644 index 0000000..19b4ce9 --- /dev/null +++ b/public/assets/img/crater.gif diff --git a/public/assets/ok.css b/public/assets/ok.css index 3a45870..14a8cd6 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -139,7 +139,7 @@ h3 { } .intro.cover .right { - background: url(https://upload.wikimedia.org/wikipedia/commons/d/de/Victoria_crater_from_HiRise.jpg)no-repeat center; + background: url(img/crater.gif)no-repeat center; background-size: cover; width: 75%; } @@ -713,7 +713,7 @@ nav { .projectLink { display: block; - margin-top: 11px; + } ul li { @@ -747,7 +747,7 @@ ul li { padding: 1px 0 0 0; } .projectLink { - margin-top: 17px; + margin-top: 3px; } } |
