design updates

This commit is contained in:
2024-09-03 08:54:14 +02:00
parent 28276a984f
commit 95c315fdc9
2 changed files with 29 additions and 1 deletions

View File

@@ -53,4 +53,28 @@ body {
.project-logo {
width: 40%;
border-radius: 30px;
}
.pullquote-lines {
border-color: black;
margin-bottom: 2%;
margin-top: 2%;
width: 100%;
}
.quotes-text {
font-size: 150%;
font-style: italic;
font-weight: normal;
text-align: center;
}
.quotes-author {
text-align: right;
font-style: italic;
width: 80%;
margin-right: auto;
font-weight: lighter;
margin-top: 0;
}