views: reduce font size of footer.
This commit is contained in:
@@ -125,6 +125,10 @@ table tfoot {
|
|||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-small {
|
||||||
|
font-size: 0.8em;
|
||||||
|
}
|
||||||
|
|
||||||
.fixed-width-container {
|
.fixed-width-container {
|
||||||
max-width: 70em;
|
max-width: 70em;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<footer id="page-footer">
|
<footer id="page-footer" class="text-small">
|
||||||
<span class="page-footer-app-name"><%= Danbooru.config.app_name %></span>
|
<span class="page-footer-app-name"><%= Danbooru.config.app_name %></span>
|
||||||
<% if Rails.application.config.x.git_hash %>
|
<% if Rails.application.config.x.git_hash %>
|
||||||
<span class="desktop-only page-footer-git-hash">
|
<span class="desktop-only page-footer-git-hash">
|
||||||
|
|||||||
Reference in New Issue
Block a user