Skip to content

Commit

Permalink
fix: tabs missed
Browse files Browse the repository at this point in the history
  • Loading branch information
Daryl-L committed Oct 16, 2023
1 parent 93f3423 commit 6463e67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Script/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

/* stylelint-disable-next-line selector-class-pattern */
.ant-tabs-nav-list {
margin-left: 40px;
padding-left: 40px;
}

/* stylelint-disable-next-line selector-class-pattern */
Expand Down Expand Up @@ -168,7 +168,7 @@

@media screen and (width <= 750px) {
.codeHash {
width: 270px;
width: 600px;
}
}
}
Expand Down

0 comments on commit 6463e67

Please sign in to comment.