mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-31 07:42:12 +02:00
8 lines
No EOL
122 B
SCSS
8 lines
No EOL
122 B
SCSS
.card {
|
|
margin-bottom: map-get($spacers, 3);
|
|
box-shadow: $box-shadow-sm;
|
|
|
|
p:only-child {
|
|
margin-bottom: 0;
|
|
}
|
|
} |