Files
fundor333.com/assets/sass/menu.scss
Fundor333 0d1ffa5bc3 Refactor Sass files: remove social media share styles, add author, menu, and media styles
- 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.
2025-06-30 11:56:54 +02:00

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;
}
}
}