Commit 3a77ba75 authored by Jakob Moser's avatar Jakob Moser
Browse files

Merge branch '19-add-re-usable-code-that-makes-map-embedding-easier' into 'master'

Re-add accidentally deleted style code

See merge request !28
parents 718248ea a0eff773
Loading
Loading
Loading
Loading
+18 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 * Author: personads :: Maximilian Müller-Eberstein (ursprüngliche Version und Design); Jakob Moser (Code-Rewrite)
 * Author URI: https://personads.me/
 *
 * Version: 1.10.0
 * Version: 1.10.1
 *
 * License: GNU General Public License v3.0
 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -1016,6 +1016,23 @@ iframe {
    border: none;
}

.privacy-consent-prompt-area {
    background-color: #ededed;
	text-align: center;
	display: grid;
	align-items: center;
	justify-items: center;
	box-shadow: 0px 0px 3px #797979 inset;
}

.privacy-consent-prompt-area .unloaded-content {
    display: none;
}

.privacy-consent-prompt-area .privacy-consent-prompt {
    font-size: small;
}

/* -- Galleries -- */
.wp-block-gallery {
    width: 70%;