Same as proposed in #dev
This commit is contained in:
parent
52639f70f1
commit
6bfaef1f85
12
css/web.css
12
css/web.css
@ -148,7 +148,7 @@ html {
|
|||||||
#text {
|
#text {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
width: 95%;
|
width: 80%;
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
background-color: var(--light-gray);
|
background-color: var(--light-gray);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@ -245,8 +245,7 @@ html {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.right p {
|
.right p {
|
||||||
font-size: 1.5vw;
|
font-size: 1.2vw;
|
||||||
font-style: italic;
|
|
||||||
font-family: 'Open Sans Condensed', sans-serif;
|
font-family: 'Open Sans Condensed', sans-serif;
|
||||||
}
|
}
|
||||||
.swap .right {
|
.swap .right {
|
||||||
@ -274,9 +273,8 @@ html {
|
|||||||
padding: 0 0.5vw;
|
padding: 0 0.5vw;
|
||||||
}
|
}
|
||||||
#footer-r, #footer-r a {
|
#footer-r, #footer-r a {
|
||||||
font-size: 1.5vw;
|
font-size: 1.2vw;
|
||||||
padding: 0;
|
padding: 0
|
||||||
font-style: italic;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*Adaptive content using media queries*/
|
/*Adaptive content using media queries*/
|
||||||
@ -398,4 +396,4 @@ html {
|
|||||||
/*Scrollbar hide*/
|
/*Scrollbar hide*/
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 0;
|
width: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user