Skip to content

Commit

Permalink
responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Mar 24, 2023
1 parent 1544324 commit c3097e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/main-page-summary/main-page-summary.component.less
Expand Up @@ -2,6 +2,7 @@
display: flex;
flex-flow: column;
align-items: center;
gap: 8px;
}

.summary {
Expand All @@ -11,7 +12,7 @@
justify-content: center;
flex-wrap: wrap;
font-size: 24px;
height: 54px;
line-height: 36px;

span {
white-space: nowrap;
Expand All @@ -31,7 +32,7 @@
justify-content: center;
flex-wrap: wrap;
font-size: 18px;
height: 28px;
line-height: 22px;

span {
white-space: nowrap;
Expand Down

0 comments on commit c3097e0

Please sign in to comment.