Skip to content

Commit b87f340

Browse files
committed
add styles
1 parent e4aa98a commit b87f340

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

projects/skills/src/app/subscription/subscription.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@
6969

7070
&__tariffs {
7171
display: grid;
72+
grid-template-rows: 1fr;
7273
grid-template-columns: 1fr;
73-
gird-template-rows: 1fr;
7474
grid-gap: 12px;
75-
75+
7676
@include responsive.apply-desktop {
7777
grid-template-columns: repeat(3, 1fr);
7878
margin-top: 16px;

0 commit comments

Comments
 (0)