Same as proposed in #dev

This commit is contained in:
Michel 2018-07-01 18:50:31 +02:00 committed by GitHub
parent 52639f70f1
commit 6bfaef1f85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 7 deletions

View File

@ -148,7 +148,7 @@ html {
#text {
display: flex;
flex-wrap: wrap;
width: 95%;
width: 80%;
min-height: 100px;
background-color: var(--light-gray);
color: #fff;
@ -245,8 +245,7 @@ html {
margin: 0;
}
.right p {
font-size: 1.5vw;
font-style: italic;
font-size: 1.2vw;
font-family: 'Open Sans Condensed', sans-serif;
}
.swap .right {
@ -274,9 +273,8 @@ html {
padding: 0 0.5vw;
}
#footer-r, #footer-r a {
font-size: 1.5vw;
padding: 0;
font-style: italic;
font-size: 1.2vw;
padding: 0
}
/*Adaptive content using media queries*/
@ -398,4 +396,4 @@ html {
/*Scrollbar hide*/
::-webkit-scrollbar {
width: 0;
}
}