aboutsummaryrefslogtreecommitdiffstats
path: root/SoMA2
diff options
context:
space:
mode:
Diffstat (limited to 'SoMA2')
-rw-r--r--SoMA2/static/css/main.css2
-rw-r--r--SoMA2/templates/base.html7
2 files changed, 4 insertions, 5 deletions
diff --git a/SoMA2/static/css/main.css b/SoMA2/static/css/main.css
index 3fd5f80..4550abb 100644
--- a/SoMA2/static/css/main.css
+++ b/SoMA2/static/css/main.css
@@ -84,7 +84,7 @@ ol {
.LaunchyardDetail {
font-size: 1.5em;
position: fixed;
- left: 4%;
+ left: 3.35%;
top: 150px;
width: 265px;
}
diff --git a/SoMA2/templates/base.html b/SoMA2/templates/base.html
index 33b057a..b4e7c59 100644
--- a/SoMA2/templates/base.html
+++ b/SoMA2/templates/base.html
@@ -37,15 +37,14 @@
<div class="LaunchyardDetail">
<p>
<!-- <img src="{{ SITEURL }}/theme/images/blue-pin.png" width="100" height="100" alt="Graph icon"> -->
- <br/>
- <a id="sitesubtitle" href="{{ SITEURL }}/">{% if SITESUBTITLE %}{{ SITESUBTITLE }}{% endif %}</a>
- <br/>
+ </p>
+ <p><a id="sitesubtitle" href="{{ SITEURL }}/">{% if SITESUBTITLE %}{{ SITESUBTITLE }}{% endif %}</a></p>
+
<!-- This belongs in the about page -->
<!-- {% for name, link in SOCIAL %} -->
<!-- <a href="{{ link }}">{{ name }}</a> -->
<!-- <br/> -->
<!-- {% endfor %} -->
- </p>
{% include 'categories.html' %}
</div>