mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
20c0997cc5
- Restructure SCSS pages directory and rename shared to content - Ensure hr overflow visible for awesome-hr icon - Restore position relative on .page for absolute children
8 lines
113 B
SCSS
8 lines
113 B
SCSS
@use "core/mixins" as *;
|
|
|
|
.single .mapbox {
|
|
margin: 0.5rem 0;
|
|
padding: 0.5rem 0;
|
|
@include border-radius;
|
|
}
|