- 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.
16 lines
176 B
SCSS
16 lines
176 B
SCSS
.menu {
|
|
.trigger {
|
|
float: left;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 768px) {
|
|
.menu {
|
|
.menu-icon {
|
|
position: relative;
|
|
}
|
|
}
|
|
}
|