aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rwxr-xr-xtemplate/_navigation.html3
-rwxr-xr-xtemplate/style.css7
2 files changed, 9 insertions, 1 deletions
diff --git a/template/_navigation.html b/template/_navigation.html
index 3b21283..2d60821 100755
--- a/template/_navigation.html
+++ b/template/_navigation.html
@@ -7,9 +7,10 @@
7 <nav itemscope itemtype="http://schema.org/SiteNavigationElement" class="main-navigation"> 7 <nav itemscope itemtype="http://schema.org/SiteNavigationElement" class="main-navigation">
8 <meta itemprop="name" content="Main Menu"> 8 <meta itemprop="name" content="Main Menu">
9 9
10 <a href="/my-music.html">My Music</a>
10 <a href="/curriculum-vitae.html">CV</a> 11 <a href="/curriculum-vitae.html">CV</a>
11 <a href="https://github.com/mitjafelicijan" target="_blank" rel="noopener nofollow" itemprop="url">Github</a> 12 <a href="https://github.com/mitjafelicijan" target="_blank" rel="noopener nofollow" itemprop="url">Github</a>
12 <a href="/feed.rss" itemprop="url">RSS feed</a> 13 <a href="/feed.rss" itemprop="url">RSS feed</a>
13 </nav> 14 </nav>
14 </header> 15 </header>
15</div> \ No newline at end of file 16</div>
diff --git a/template/style.css b/template/style.css
index b0cb3f6..d656282 100755
--- a/template/style.css
+++ b/template/style.css
@@ -265,6 +265,13 @@ article a {
265} 265}
266 266
267 267
268/* audio */
269
270audio {
271 width: 100%;
272}
273
274
268/* footer */ 275/* footer */
269 276
270.footer { 277.footer {