commit jun 6

This commit is contained in:
2024-06-07 16:54:29 +02:00
parent 11271513ea
commit 11af19a797
9 changed files with 888 additions and 69 deletions

View File

@@ -1,5 +1,7 @@
.recent-posts{
border-top: 1px solid #e0e0e8;
margin-right: 15px;
margin-left: 15px;
.date-a{
text-decoration: none;
color: #15c1c6;
@@ -31,27 +33,38 @@
letter-spacing: 0px;
}
blockquote{
blockquote::before{
content: '\201c';
font-family: serif;
font-size: 4em;
font-family: 'Times New Roman', serif;
font-size: 6em;
line-height: 1;
margin-left: -12px;
font-style: italic;
font-weight: 700;
quotes: none;
color: #15c1c6;
}
blockquote{
padding: 0 39px 0 44px;
}
.quotes-text{
font-style: italic;
font-weight: 700;
font-size: 22px;
font-size: 25px;
line-height: 1.33333;
font-family: MerriweatherSans, sans-serif;
letter-spacing: 0;
color: #333333;
text-align: center;
padding: 0 60px;
}
}
@media only screen and (min-width:768px) {
.recent-posts{
margin-right: 60px;
margin-left: 60px;
}
}