- Removed `social_media_share.scss` and its associated HTML partial for share buttons. - Added new `author.scss`, `menu.scss`, and `media.scss` files with relevant styles. - Updated `add.scss` to import new styles and removed obsolete imports. - Enhanced `comments.scss` with additional styling for smaller text.
6 lines
71 B
SCSS
6 lines
71 B
SCSS
.center-img {
|
|
display: flex;
|
|
justify-content: center;
|
|
width: 80%;
|
|
}
|