fix: fix wrong class and parameter name (#461)

This commit is contained in:
Robert Kaussow 2022-07-17 20:37:19 +02:00 committed by GitHub
parent 66293c0269
commit b280889260
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -64,11 +64,11 @@
.flex-mobile-column {
flex-direction: column;
&.gblog-columns {
&.gdoc-columns {
margin: $padding-32 0;
}
.gblog-columns__content {
.gdoc-columns__content {
min-width: auto;
margin: 0;
}