Skip to content

Commit

Permalink
edit css
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo committed Sep 20, 2023
1 parent fb4361c commit d3b2228
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/styles/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ body {

.data-field-1813 {
font-size: 10px;
white-space: pre;
}

.data-field-1818 {
Expand Down Expand Up @@ -347,6 +346,9 @@ body {
.res-field-2210-result {
font-size: 17px;
}
.data-field-1813 {
font-size: 8px;
}
.data-field-1818 {
font-size: $TextSize-025;
display: flex;
Expand Down Expand Up @@ -481,4 +483,8 @@ body {
padding-left: 1px;
padding-right: 1px;
}

.data-field-1813 {
font-size: 5px;
}
}

0 comments on commit d3b2228

Please sign in to comment.