mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
9 lines
92 B
SCSS
9 lines
92 B
SCSS
>#comments {
|
|
padding: 2rem 0;
|
|
@extend .print-d-none;
|
|
|
|
iframe {
|
|
width: 100%;
|
|
}
|
|
}
|