Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guangmean/Niello.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorguangmean <angularcorp@outlook.com>2019-01-13 05:46:52 +0300
committerguangmean <angularcorp@outlook.com>2019-01-13 05:46:52 +0300
commit6ec91257a32f6d80624b49411ed2d6181705de28 (patch)
tree2fd9a14435e48ef84565d9772ddee296b353c488 /static
parentc0dbb591ee55c721b732c99c72b214754a5edf57 (diff)
Hidden horizontal scrollbar
Diffstat (limited to 'static')
-rw-r--r--static/css/diello.css20
-rwxr-xr-xstatic/css/main.css2
2 files changed, 14 insertions, 8 deletions
diff --git a/static/css/diello.css b/static/css/diello.css
index e3d5a8f..3bbf604 100644
--- a/static/css/diello.css
+++ b/static/css/diello.css
@@ -23,6 +23,9 @@ html, body {
color : #ccc;
line-height : 200%;
background-color : #000;
+ width : 100vw;
+ max-width : 100vw;
+ overflow-x : hidden;
}
h1 {
@@ -34,7 +37,7 @@ h3 {
margin : 0;
padding : 0;
font-family : Museo300;
- font-size : 20px;
+ font-size : 22px;
}
a {
@@ -77,13 +80,13 @@ small > a:hover {
}
.em {
- font-size : 18px;
+ font-size : 20px;
}
footer {
display : inline-flex;
justify-content : center;
- padding : 30px;
+ padding : 30px 0;
width : 100%;
font-family : Museo300;
font-size : 18px;
@@ -94,14 +97,16 @@ footer {
.flex-column {
display : -webkit-flex;
display : flex;
- flex-flow : column | nowrap;
+ flex-direction : row;
+ flex-wrap : nowrap;
justify-content : center;
}
.ads {
display : -webkit-flex;
display : flex;
- flex-flow : row | nowrap;
+ flex-direction : row;
+ flex-wrap : nowrap;
justify-content : center;
align-items : flex-start;
padding : 120px 60px;
@@ -118,11 +123,12 @@ footer {
.navigation {
display : -webkit-flex;
display : flex;
- flex-flow : row | nowrap;
+ flex-direction : row;
+ flex-wrap : nowrap;
justify-content : flex-end;
margin : 0 0 50px;
padding : 0;
- font-size : 20px;
+ font-size : 22px;
border-bottom : 1px solid #333;
height : 38px;
}
diff --git a/static/css/main.css b/static/css/main.css
index 2c15e1a..30c46b7 100755
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -229,7 +229,7 @@ textarea {
}
.home {
flex-basis : 98%;
- padding : 0 10px;
+ padding : 0 16px;
}
}