We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a84540 commit 2d20c62Copy full SHA for 2d20c62
assets/css/iolla.css
@@ -128,6 +128,17 @@ p:not(:focus):first-child:first-letter, .dcap:first-letter {
128
p:not(:focus):first-child:first-letter {font-size: 5.5em;}
129
}
130
131
+/* NOTICE */
132
+article.notice {
133
+ font-size: .7rem;
134
+ display: block;
135
+ margin: 0 auto;
136
+ text-align: center;
137
+ color: var(--clr-text);
138
+ background-color: var(--clr-nine);
139
+ padding: 8px;
140
+}
141
+
142
/* Headings */
143
h1, h2, h3 {
144
font-family: Montserrat-semibold, sans-serif;
0 commit comments