0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 01:46:24 +01:00

Fix icons list sizes in the styleguide

This commit is contained in:
Dan Braghis 2020-06-15 17:02:28 +01:00 committed by LB (Ben Johnston)
parent 07ad6f20b4
commit 42fb2084b7

View File

@ -202,6 +202,10 @@ section {
font-size: 2em;
}
.icon {
@include svg-icon(1.5em);
}
ul {
column-count: 3;
}