mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
Fixed: Left nav image was not being displayed on every page. Reduced font-size in archives
This commit is contained in:
@ -120,4 +120,10 @@ body {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.archives {
|
||||
.title {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
}
|
||||
@ -1,4 +1,4 @@
|
||||
<img src="images/dp.jpg" alt="WatchOut!" style="width: 160px;">
|
||||
<img src="/images/dp.jpg" alt="WatchOut!" style="width: 160px;">
|
||||
<h1><a href="{{ root_url }}/">{{ site.title }}</a></h1>
|
||||
<nav id="main-nav">{% include navigation.html %}</nav>
|
||||
<br/>
|
||||
|
||||
Reference in New Issue
Block a user