Skip to content

Commit 2d20c62

Browse files
committed
CSS > special circumstances
1 parent 7a84540 commit 2d20c62

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

assets/css/iolla.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,17 @@ p:not(:focus):first-child:first-letter, .dcap:first-letter {
128128
p:not(:focus):first-child:first-letter {font-size: 5.5em;}
129129
}
130130

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+
131142
/* Headings */
132143
h1, h2, h3 {
133144
font-family: Montserrat-semibold, sans-serif;

0 commit comments

Comments
 (0)