Commit 5fd6a621 authored by Vaughn Fajardo's avatar Vaughn Fajardo

fix: issue on homepage background with style.css

parent 84e4e467
...@@ -32,4 +32,8 @@ ol { ...@@ -32,4 +32,8 @@ ol {
} }
a:link { a:link {
text-decoration: none; text-decoration: none;
}
img{
position: relative;
top: 150px;
} }
\ No newline at end of file
{% extends "homepage/base.html" %} {% extends "homepage/base.html" %}
{% block page-title %}Widget User Homepage{% endblock %} {% block page-title %}Widget User Homepage{% endblock %}
{% block content %} {% block content %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment