mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Hide title on mobile
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="smaller text">
|
||||
Theme adapted from <strong>programming pages</strong> theme v{{ layout.theme_version }} (<a href="{{ layout.theme_url }}" title="a jekyll theme for publishing code documentation to GitHub pages">{{ layout.theme_url }}</a>)
|
||||
Theme adapted from <a href="{{ layout.theme_url }}" title="a jekyll theme for publishing code documentation to GitHub pages">programming pages</a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
<a class="borderless item" href="{{ site.baseurl }}/">{% include icon.liquid id='home' %} Home</a>
|
||||
|
||||
<div class="borderless header item">
|
||||
<span class="larger text">{{ site.title }}</span>
|
||||
<span class="larger text custom-mobile-hide">{{ site.title }}</span>
|
||||
</div>
|
||||
@@ -18,6 +18,7 @@ layout: compress
|
||||
<style>svg.icon{width:1em;height:1em}</style>
|
||||
<link rel="preload" as="style" href="{{ site.baseurl }}/assets/site.css" onload="this.onload=null;this.rel='stylesheet';">
|
||||
<noscript><link rel="stylesheet" href="{{ site.baseurl }}/assets/site.css"></noscript>
|
||||
<noscript><link rel="stylesheet" href="{{ site.baseurl }}/assets/custom.css"></noscript>
|
||||
<script>{% include scripts/loadcss/loadcss-2.0.1.min.js %}</script>
|
||||
|
||||
<!-- site information -->
|
||||
|
||||
3
assets/custom.css
Normal file
3
assets/custom.css
Normal file
@@ -0,0 +1,3 @@
|
||||
.custom-mobile-hide {
|
||||
display: none !important;
|
||||
}
|
||||
Reference in New Issue
Block a user