Fix horizontal scrollbar.

This commit is contained in:
Flancian 2020-12-27 20:57:13 +01:00
parent dc3db05078
commit 0a614808f2
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans&display=swap');
html { font-family: 'Noto Sans', sans-serif}
body { background: #101010; color: #bfbfbf}
body { background: #101010; color: #bfbfbf; overflow-x: hidden;}
a { color: #9fc6e0; }
h1, h2 { color: #bfbfbf; }
h1, h2 { font-family: 'Merriweather Sans'; margin-top: 0.2em; margin-bottom: 0.2em;}

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
body { font-family: sans-serif; background: #eee; }
body { font-family: sans-serif; background: #eee; overflow-x: hidden;}
a, h1, h2 { color: #377ba8; }
h1, h2 { font-family: 'Georgia', serif; margin: 0; }
h1 { border-bottom: 2px solid #eee; }