Skip to content

Commit 1d3952b

Browse files
committed
chore: fix linit ads
1 parent 724eb16 commit 1d3952b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_sass/layout/_panel.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
> section {
1717
@extend %panel-border;
18+
1819
padding-left: 1rem;
1920

2021
&:not(:first-child) {
@@ -30,7 +31,7 @@
3031
background-color: var(--panel-bg, #ffffff);
3132
border-radius: 0.25rem;
3233
z-index: 1;
33-
box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
34+
box-shadow: 0 0 8px rgb(0 0 0 / 5%);
3435

3536
.adsbygoogle {
3637
width: 100%; // lăsăm Google să își regleze dimensiunea
@@ -50,6 +51,7 @@
5051
.panel-heading {
5152
font-family: inherit;
5253
line-height: inherit;
54+
5355
@include mx.label(inherit);
5456
}
5557

0 commit comments

Comments
 (0)