correction css about et article

This commit is contained in:
Félicie 2020-05-19 23:27:23 +02:00
parent cade8f1400
commit da7c603b43
2 changed files with 8 additions and 28 deletions

View File

@ -15,7 +15,7 @@
@font-face { @font-face {
font-family: mplus-thin; 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 { .article-title {
font-family: mplus-regular; font-family: solidemirage;
font-size: 50px; font-size: 50px;
} }
@ -153,7 +153,7 @@ p a {
.content{ .content{
margin-top: 150px; margin-top: 150px;
padding-left: 2em; padding-left: 40px;
padding-bottom: 5em; padding-bottom: 5em;
line-height: 1.2; line-height: 1.2;
font-size: 1.2em; font-size: 1.2em;
@ -162,12 +162,6 @@ p a {
font-family: mplus-regular; font-family: mplus-regular;
} }
.img-article {
z-index: 1;
margin: 10px;
max-width: 70%;
}
.gallery-img { .gallery-img {
width: 100%; width: 100%;
padding-bottom: 30px; padding-bottom: 30px;
@ -180,11 +174,9 @@ p a {
.article-content p { .article-content p {
font-size: 1.2em; font-size: 1.2em;
line-height: 150%; line-height: 150%;
padding-right: 40px;
} }
.article-img img{ .article-img img{
max-width: 80%;
width: 80%; width: 80%;
padding-bottom: 20px; padding-bottom: 20px;
} }
@ -203,7 +195,6 @@ p a {
} }
.article::after { .article::after {
content: "";
display: block; display: block;
clear: both; clear: both;
} }
@ -211,7 +202,6 @@ p a {
.column { .column {
float: left; float: left;
width: 40%; width: 40%;
padding: 15px;
} }
#slide-container { #slide-container {
@ -259,7 +249,7 @@ p a {
} }
blockquote{ blockquote{
color: gray; color: rgb(95, 94, 94);
font-size: 18px; font-size: 18px;
width: 70%; width: 70%;
font-family: mplus-thin; font-family: mplus-thin;

View File

@ -15,7 +15,7 @@
@font-face { @font-face {
font-family: mplus-thin; 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 { .article-title {
font-family: mplus-regular; font-family: solidemirage;
font-size: 50px; font-size: 50px;
} }
@ -153,7 +153,7 @@ p a {
.content{ .content{
margin-top: 150px; margin-top: 150px;
padding-left: 2em; padding-left: 40px;
padding-bottom: 5em; padding-bottom: 5em;
line-height: 1.2; line-height: 1.2;
font-size: 1.2em; font-size: 1.2em;
@ -162,12 +162,6 @@ p a {
font-family: mplus-regular; font-family: mplus-regular;
} }
.img-article {
z-index: 1;
margin: 10px;
max-width: 70%;
}
.gallery-img { .gallery-img {
width: 100%; width: 100%;
padding-bottom: 30px; padding-bottom: 30px;
@ -180,11 +174,9 @@ p a {
.article-content p { .article-content p {
font-size: 1.2em; font-size: 1.2em;
line-height: 150%; line-height: 150%;
padding-right: 40px;
} }
.article-img img{ .article-img img{
max-width: 80%;
width: 80%; width: 80%;
padding-bottom: 20px; padding-bottom: 20px;
} }
@ -203,7 +195,6 @@ p a {
} }
.article::after { .article::after {
content: "";
display: block; display: block;
clear: both; clear: both;
} }
@ -211,7 +202,6 @@ p a {
.column { .column {
float: left; float: left;
width: 40%; width: 40%;
padding: 15px;
} }
#slide-container { #slide-container {
@ -259,7 +249,7 @@ p a {
} }
blockquote{ blockquote{
color: gray; color: rgb(95, 94, 94);
font-size: 18px; font-size: 18px;
width: 70%; width: 70%;
font-family: mplus-thin; font-family: mplus-thin;