mirror of
https://github.com/kremalicious/blog.git
synced 2024-12-23 01:30:01 +01:00
stylelint fix
This commit is contained in:
parent
a4db5299a4
commit
cd19e2d4c7
@ -14,7 +14,6 @@
|
|||||||
|
|
||||||
.results {
|
.results {
|
||||||
composes: container from '../../atoms/Container.module.css';
|
composes: container from '../../atoms/Container.module.css';
|
||||||
/* composes: wide from '../../atoms/Container.module.css'; */
|
|
||||||
padding: var(--spacer) calc(var(--spacer) / 2);
|
padding: var(--spacer) calc(var(--spacer) / 2);
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user