Moar updates for bfor
diff --git a/css/style.css b/css/style.css
index 147a6e1..f7123c0 100644
--- a/css/style.css
+++ b/css/style.css
@@ -4,7 +4,7 @@
body {
font-family: "Comfortaa", Helvetica, Arial, sans-serif;
line-height: 1.4;
- background: url("https://i.imgur.com/BOGKaGy.jpg") no-repeat center center fixed;
+ background: url("https://i.imgur.com/BOGKaGy.jpg") no-repeat center center fixed;
background-color: #0080ff;
width: 100%;
position: absolute;
@@ -13,23 +13,23 @@
}
#bg {
- position: fixed;
- top: -50%;
- left: -50%;
- width: 200%;
+ position: fixed;
+ top: -50%;
+ left: -50%;
+ width: 200%;
height: 200%;
}
#bg img {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- margin: auto;
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ margin: auto;
min-width: 50%;
min-height: 50%;
}
-
+
h1, .h1,
h2, .h2,
h3, .h3,
@@ -222,7 +222,7 @@
display: -ms-flexbox;
display: flex;
/* background-color: #0080ff;*/
- background: url(images/web_bg_1280.png) no-repeat center center fixed;
+ background: url(images/web_bg_1280.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
@@ -440,7 +440,10 @@
padding-right: 15px }
#expenses h2 {
color: #0080ff; }
-
+.family-links-list {
+ font-size: 2.3em;
+ line-height: 1.8em;
+}
.contact-social-icons p {
color: #0080ff; }
.contact-social-icons > ul {padding:0;margin:0 auto;}
diff --git a/css/styles_filter.css b/css/styles_filter.css
index ac06883..04720fc 100644
--- a/css/styles_filter.css
+++ b/css/styles_filter.css
@@ -668,4 +668,41 @@
.worldmap {
width: 100%;
margin: 10em auto;
-}
\ No newline at end of file
+}
+
+blockquote {
+ padding: 1em;
+ display: grid;
+ grid-template-columns: auto 1fr auto;
+ line-height: 1.8;
+ margin: 1.6em !important;
+ font-size: 17.5px;
+ border-left: 0px !important;
+}
+blockquote p {
+ margin: 0;
+ grid-column: 2 / 3;
+}
+blockquote p + p,
+blockquote footer {
+ margin-top: .6em;
+}
+blockquote footer {
+ grid-column: 1 / -1;
+ font-size: .8em;
+ order: 1;
+}
+blockquote::before, blockquote::after {
+ grid-column-end: span 1;
+ font-size: 4em;
+ height: .25em;
+ line-height: .8;
+ padding: 0 .2em;
+}
+blockquote::before {
+ content: open-quote;
+}
+blockquote::after {
+ content: close-quote;
+ align-self: end;
+}