summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-09-07 23:43:40 +0200
committerBotond Hende <nettingman@gmail.com>2024-09-07 23:43:40 +0200
commit2711e55af4174f9274199480fd3ac80730b26f18 (patch)
treecfa7b94c892d87c85237e10990af5757b05d93d6
parenta6da4080099d47f6e733bac021a1967c06242097 (diff)
quote styling
-rw-r--r--assets/css/blog.css21
m---------modules/warko0
2 files changed, 15 insertions, 6 deletions
diff --git a/assets/css/blog.css b/assets/css/blog.css
index e4f4bf8..74fea97 100644
--- a/assets/css/blog.css
+++ b/assets/css/blog.css
@@ -96,30 +96,39 @@ hr {
}
.quote {
+ margin: 1.2rem 0;
+}
+
+.quote-main {
display: flex;
flex-flow: row;
align-items: center;
- margin: 1.2rem 0rem;
gap: 1rem;
}
.quote p {
- margin-top: 0rem;
- margin-bottom: 0rem;
+ margin-top: 0;
+ margin-bottom: 0;
color: var(--term-yellow);
}
-.quote p:first-child{
+p.quote-source {
+ font-size: 0.8rem;
+ margin-left: 25%;
+ text-align: center;
+}
+
+.quote-main p:first-child{
margin-left: auto;
font-size: 2rem;
}
-.quote p:last-child{
+.quote-main p:last-child{
margin-right: auto;
font-size: 2rem;
}
-.quote p:not(:first-child):not(:last-child) {
+.quote-main p:not(:first-child):not(:last-child) {
font-style: italic;
}
diff --git a/modules/warko b/modules/warko
-Subproject 9ceea408679913000039013f3a1ddfb695880e6
+Subproject 97ae1c4058c09731033847226942342fdee30be