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 {
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user