mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-01-04 04:11:05 -05:00
9 lines
83 B
SCSS
9 lines
83 B
SCSS
|
.media {
|
||
|
display: flex;
|
||
|
align-items: flex-start;
|
||
|
}
|
||
|
|
||
|
.media-body {
|
||
|
flex: 1;
|
||
|
}
|