mirror of
https://github.com/loot/loot.github.io.git
synced 2026-07-27 14:13:30 -07:00
Added bottom margin to dynamic content.
I.e. the credits and search results lists, so that they don't end flush with the base of the browser window.
This commit is contained in:
@@ -5,6 +5,9 @@ permalink: /credits/
|
||||
---
|
||||
|
||||
<style>
|
||||
#contrib {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
#contrib > paper-item {
|
||||
display: inline-block;
|
||||
margin: 2px;
|
||||
|
||||
@@ -7,6 +7,7 @@ permalink: /search/
|
||||
<style>
|
||||
#results {
|
||||
background: white;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
#progress.hidden {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user