diff options
Diffstat (limited to 'design')
-rw-r--r-- | design/sass/_notes.scss | 1 | ||||
-rw-r--r-- | design/templates/base.html | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/design/sass/_notes.scss b/design/sass/_notes.scss index cccdd2c..bf0acee 100644 --- a/design/sass/_notes.scss +++ b/design/sass/_notes.scss @@ -36,6 +36,7 @@ font-weight: 400; font-size: 1.5em; letter-spacing: 0px; + margin-bottom: .5rem !important; a { text-decoration: none; color: $body_font !important; diff --git a/design/templates/base.html b/design/templates/base.html index d62d742..42867ca 100644 --- a/design/templates/base.html +++ b/design/templates/base.html @@ -39,8 +39,8 @@ <nav role="navigation" class="bl"> <ul> <li id="laverdad"><a href="/jrnl/" title="What we've been up to lately">Journal</a></li> - <li id="nota"><a href="/field-notes/" title="Quick notes and images from the road">Notes</a></li> - <!--<li id="fotos"><a href="/photos/" title="Photos from travels around the world">Photos</a></li>i--> + <!--<li id="nota"><a href="/field-notes/" title="Quick notes and images from the road">Notes</a></li> + <li id="fotos"><a href="/photos/" title="Photos from travels around the world">Photos</a></li>i--> <li id="maps"><a href="/map" title="Maps">Map</a></li> <li id="about"><a href="/about" title="About Luxagraf">About</a></li> <li id="etc" class="last"><a href="/projects/" title="the less visible portions of the iceberg">More</a></li> |