forked from spacebar/SplatNet
fix up area inked + scrolling issues
This commit is contained in:
parent
965460509a
commit
71f9f0fe80
2 changed files with 13 additions and 3 deletions
|
|
@ -315,15 +315,15 @@ body {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 1044px;
|
width: 1044px;
|
||||||
margin: 20px auto 0 auto;
|
margin: 75px auto 0 auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
.area-inked-title {
|
.area-inked-title {
|
||||||
width: 250px;
|
width: 300px;
|
||||||
height: auto;
|
height: auto;
|
||||||
display: block;
|
display: block;
|
||||||
margin-right: 200px;
|
margin-right: 220px;
|
||||||
}
|
}
|
||||||
10
style.css
10
style.css
|
|
@ -8,6 +8,16 @@ body {
|
||||||
margin-left: -5px;
|
margin-left: -5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
overflow-x: hidden; /* see i care about mobile users */
|
||||||
|
min-height: 100vh;
|
||||||
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Splatoon1';
|
font-family: 'Splatoon1';
|
||||||
src: url('Splatoon1.otf') format('opentype');
|
src: url('Splatoon1.otf') format('opentype');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue