mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-01-24 04:08:04 -08:00
Improve Mobile Spacing
This commit is contained in:
16
style.css
16
style.css
@@ -9,6 +9,14 @@ html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:b
|
|||||||
--grey: #BDBDBD;
|
--grey: #BDBDBD;
|
||||||
--white: #FFF;
|
--white: #FFF;
|
||||||
background: #24384D;
|
background: #24384D;
|
||||||
|
overflow-y: scroll;
|
||||||
|
scrollbar-width: none;
|
||||||
|
-ms-overflow-style: none;
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
:root:-webkit-scrollbar { /* WebKit */
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@@ -17,9 +25,16 @@ body {
|
|||||||
font-family: 'Alata', sans-serif;
|
font-family: 'Alata', sans-serif;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
|
overflow-y: scroll;
|
||||||
|
scrollbar-width: none;
|
||||||
|
-ms-overflow-style: none;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body:-webkit-scrollbar { /* WebKit */
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
color: var(--white);
|
color: var(--white);
|
||||||
background: var(--dark-blue);
|
background: var(--dark-blue);
|
||||||
@@ -254,7 +269,6 @@ input {
|
|||||||
#properties {
|
#properties {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 1.5vw;
|
padding: 0 1.5vw;
|
||||||
width: 95vw;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.property {
|
.property {
|
||||||
|
|||||||
Reference in New Issue
Block a user