Renaming file assets folder to resources to not confuse with Liquid assets.

This commit is contained in:
softsimon
2020-05-02 16:59:14 +07:00
parent b7ac1c85ca
commit f2fe82d505
54 changed files with 32 additions and 33 deletions

View File

@@ -3,7 +3,7 @@
height: 200px;
left: 0;
top: -50px;
background-image: url('/assets/divider-new.png');
background-image: url('/resources/divider-new.png');
background-repeat: repeat-y;
position: absolute;
margin-bottom: 120px;