correction css about et article
This commit is contained in:
parent
cade8f1400
commit
da7c603b43
@ -15,7 +15,7 @@
|
||||
|
||||
@font-face {
|
||||
font-family: mplus-thin;
|
||||
src: url(fonts/mplus/2p/mplus-2p-thin.ttf);
|
||||
src: url(fonts/mplus/2p/mplus-2p-light.ttf)
|
||||
}
|
||||
|
||||
|
||||
@ -139,7 +139,7 @@ p a {
|
||||
}
|
||||
|
||||
.article-title {
|
||||
font-family: mplus-regular;
|
||||
font-family: solidemirage;
|
||||
font-size: 50px;
|
||||
}
|
||||
|
||||
@ -153,7 +153,7 @@ p a {
|
||||
|
||||
.content{
|
||||
margin-top: 150px;
|
||||
padding-left: 2em;
|
||||
padding-left: 40px;
|
||||
padding-bottom: 5em;
|
||||
line-height: 1.2;
|
||||
font-size: 1.2em;
|
||||
@ -162,12 +162,6 @@ p a {
|
||||
font-family: mplus-regular;
|
||||
}
|
||||
|
||||
.img-article {
|
||||
z-index: 1;
|
||||
margin: 10px;
|
||||
max-width: 70%;
|
||||
}
|
||||
|
||||
.gallery-img {
|
||||
width: 100%;
|
||||
padding-bottom: 30px;
|
||||
@ -180,11 +174,9 @@ p a {
|
||||
.article-content p {
|
||||
font-size: 1.2em;
|
||||
line-height: 150%;
|
||||
padding-right: 40px;
|
||||
}
|
||||
|
||||
.article-img img{
|
||||
max-width: 80%;
|
||||
width: 80%;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
@ -203,7 +195,6 @@ p a {
|
||||
}
|
||||
|
||||
.article::after {
|
||||
content: "";
|
||||
display: block;
|
||||
clear: both;
|
||||
}
|
||||
@ -211,7 +202,6 @@ p a {
|
||||
.column {
|
||||
float: left;
|
||||
width: 40%;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
#slide-container {
|
||||
@ -259,7 +249,7 @@ p a {
|
||||
}
|
||||
|
||||
blockquote{
|
||||
color: gray;
|
||||
color: rgb(95, 94, 94);
|
||||
font-size: 18px;
|
||||
width: 70%;
|
||||
font-family: mplus-thin;
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
@font-face {
|
||||
font-family: mplus-thin;
|
||||
src: url(fonts/mplus/2p/mplus-2p-thin.ttf);
|
||||
src: url(fonts/mplus/2p/mplus-2p-light.ttf)
|
||||
}
|
||||
|
||||
|
||||
@ -139,7 +139,7 @@ p a {
|
||||
}
|
||||
|
||||
.article-title {
|
||||
font-family: mplus-regular;
|
||||
font-family: solidemirage;
|
||||
font-size: 50px;
|
||||
}
|
||||
|
||||
@ -153,7 +153,7 @@ p a {
|
||||
|
||||
.content{
|
||||
margin-top: 150px;
|
||||
padding-left: 2em;
|
||||
padding-left: 40px;
|
||||
padding-bottom: 5em;
|
||||
line-height: 1.2;
|
||||
font-size: 1.2em;
|
||||
@ -162,12 +162,6 @@ p a {
|
||||
font-family: mplus-regular;
|
||||
}
|
||||
|
||||
.img-article {
|
||||
z-index: 1;
|
||||
margin: 10px;
|
||||
max-width: 70%;
|
||||
}
|
||||
|
||||
.gallery-img {
|
||||
width: 100%;
|
||||
padding-bottom: 30px;
|
||||
@ -180,11 +174,9 @@ p a {
|
||||
.article-content p {
|
||||
font-size: 1.2em;
|
||||
line-height: 150%;
|
||||
padding-right: 40px;
|
||||
}
|
||||
|
||||
.article-img img{
|
||||
max-width: 80%;
|
||||
width: 80%;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
@ -203,7 +195,6 @@ p a {
|
||||
}
|
||||
|
||||
.article::after {
|
||||
content: "";
|
||||
display: block;
|
||||
clear: both;
|
||||
}
|
||||
@ -211,7 +202,6 @@ p a {
|
||||
.column {
|
||||
float: left;
|
||||
width: 40%;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
#slide-container {
|
||||
@ -259,7 +249,7 @@ p a {
|
||||
}
|
||||
|
||||
blockquote{
|
||||
color: gray;
|
||||
color: rgb(95, 94, 94);
|
||||
font-size: 18px;
|
||||
width: 70%;
|
||||
font-family: mplus-thin;
|
||||
|
Loading…
Reference in New Issue
Block a user