diff options
| author | Nana Nosirova <nargiza.nosirova@mail.utoronto.ca> | 2018-07-17 02:44:47 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-17 02:44:47 +0000 |
| commit | 62b53c0971765a4e5f5d447188eb90bd22571424 (patch) | |
| tree | d2f7aa3f3bb7b05cd5d3dee288eabf0f38d39b1a /assets/css/style.css | |
| parent | 541341598d5ed0e5c8ef9b2325dc6bbec958463a (diff) | |
| parent | 27f1cff089254b678bfcc695ab40b23a6a65a998 (diff) | |
Merge pull request #4 from kdam0/feat/SR-35
Feat/sr 35
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 +} |
