Skip to content

Commit 7b54c62

Browse files
committed
Fix: close .wrapper block and replace $max_width with CSS variable
1 parent fe592ba commit 7b54c62

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

assets/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ blockquote{
140140
display: grid;
141141
grid-template-columns: repeat(3, 1fr);
142142
margin: 2em auto;
143-
max-width: $max_width;
143+
max-width: var(--col);
144144
padding: 0;
145145
row-gap: 20px;
146146
@media (max-width: 720px) {
@@ -183,7 +183,8 @@ blockquote{
183183
transform: scale(0.99);
184184
text-decoration: none;
185185
}
186-
186+
187+
}
187188
}
188189

189190

0 commit comments

Comments
 (0)