Skip to content

Commit

Permalink
fix(skills): reduce columns on mobile viewports
Browse files Browse the repository at this point in the history
  • Loading branch information
pascaliske committed Apr 12, 2023
1 parent 832dc76 commit e5cad16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/skills/skills.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<cmp-headline [level]="'h1'" [text]="'Skills'"></cmp-headline>

<div class="grid grid-cols-3 gap-10">
<div class="grid grid-cols-1 gap-10 md:grid-cols-2 xl:grid-cols-3">
<cmp-card *ngFor="let group of groups">
<div class="p-10">
<cmp-headline [level]="'h5'" [text]="group.name"></cmp-headline>
Expand Down

0 comments on commit e5cad16

Please sign in to comment.