Skip to content

Commit

Permalink
[-] Delete unused style
Browse files Browse the repository at this point in the history
  • Loading branch information
LS-KR committed Jun 28, 2024
1 parent 751e673 commit d10447a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/views/ContentField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,10 @@ export default class ContentField extends Vue {

<style lang="less">
.content-field {
//display: flex;
//flex-direction: row;
//flex-wrap: wrap;
//gap: 50px 20px;
//justify-items: start;
//align-items: start;
//justify-content: flex-start;
column-count: 3;
width: 100%;
height: fit-content;
max-width: 1293px;
//padding: 20px;
margin: auto;
.content-card {
Expand Down

0 comments on commit d10447a

Please sign in to comment.