We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c0b65 commit 9cf51efCopy full SHA for 9cf51ef
src/app/homepage/homepage.component.scss
@@ -527,19 +527,27 @@
527
528
@include utils.media(large) {
529
#carbonads {
530
- padding: 30px 0 30px 30px;
+ margin: 16px 0 16px 16px;
531
+ padding: 12px;
532
float: right;
533
position: static;
534
}
535
536
- @include utils.media(medium) {
537
+ @include utils.media(normal) {
538
- padding: 30px 0 15px 25px;
539
540
541
text-align: left;
542
543
544
545
+ @media (max-width: 360px) {
546
+ #carbonads {
547
+ display: none;
548
+ }
549
550
+
551
@media print {
552
display: none;
553
0 commit comments