mirror of
https://github.com/Sosokker/Inventory-Management-System.git
synced 2025-12-22 16:34:05 +01:00
9 lines
83 B
SCSS
9 lines
83 B
SCSS
.media {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.media-body {
|
|
flex: 1;
|
|
}
|