Skip to content

Commit

Permalink
Add card layout switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowFish085 committed May 2, 2020
1 parent 1a15d18 commit 32bf4d2
Show file tree
Hide file tree
Showing 12 changed files with 1,102 additions and 612 deletions.
12 changes: 1 addition & 11 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -436,17 +436,7 @@ a {
.grid {
display: inline-grid;
row-gap: 30px;
padding: 0 12.5px;
&--media {
grid-template-columns: repeat(auto-fill, 100%);
margin-bottom: 30px;
}
&--person {
column-gap: 20px;
grid-template-columns: repeat(auto-fill, 130px);
}
padding-right: 12.5px;
.card {
a {
Expand Down
Loading

0 comments on commit 32bf4d2

Please sign in to comment.