diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-11-25 23:29:07 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-11-25 23:29:07 +0100 |
| commit | 3469a9f176216a62e587525d8963100653ffd306 (patch) | |
| tree | 3f3f0be3115b747a0bf73db772fd349f3c472595 | |
| parent | 72d70421ac7ec141a8a820c23cec54507b411dee (diff) | |
site
| -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> |
