11 lines
198 B
CSS
11 lines
198 B
CSS
/* Theme editor styles */
|
|
|
|
@import "../../static/dist/theme.css";
|
|
|
|
body { font-family: 'Raleway', sans-serif; }
|
|
|
|
.wp-block-buttons .block-editor-block-list__layout {
|
|
display: flex;
|
|
gap: 1rem;
|
|
}
|