diff options
Diffstat (limited to 'assets/css/style.css')
| -rw-r--r-- | assets/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index d9ac8f5..39da727 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -22,7 +22,7 @@ h1{ } main { - background-image: url("../images/main.jpg"); + background-image: url("/assets/images/main.jpg"); background-size: 250px 250px; text-align: center; width: 100%; @@ -629,4 +629,4 @@ hr { .badge { background-color: #f2dede !important; color: #a94442 !important; -}
\ No newline at end of file +} |
