diff options
| -rw-r--r-- | docs/css/css.css | 2 | ||||
| -rw-r--r-- | docs/index.html | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/css/css.css b/docs/css/css.css index 2e25ccd..5be77a6 100644 --- a/docs/css/css.css +++ b/docs/css/css.css @@ -22,6 +22,8 @@ font-weight: bold; font-style: italic; } +.desktop .m, +.mobile .d { display: none; } html, body { margin: 0; padding: 0; width: 100%; height: 100%; font-family: nhg, sans-serif; diff --git a/docs/index.html b/docs/index.html index c2525e1..62e73da 100644 --- a/docs/index.html +++ b/docs/index.html @@ -14,8 +14,8 @@ <div class="row"> <div class="row menu"> <h1>Xena Vectra</h1> - <a href="#bio">Biography</a> - <a href="#discography">Discography</a> + <a href="#bio"><span class='d'>Biography</span><span class=m'>Bio</span></a> + <a href="#discography"><span class='d'>Discography</span><span class=m'>Albums</span></a> <a href="#hardware">Equipment</a> <a href="#contact">Contact</a> </div> |
