mirror of
https://github.com/PeernetOfficial/WebGatewayUpload.git
synced 2026-07-19 20:57:49 +01:00
9 lines
83 B
SCSS
9 lines
83 B
SCSS
.media {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.media-body {
|
|
flex: 1;
|
|
}
|