Skip to content

Commit

Permalink
fix: about window not fit in windows platform
Browse files Browse the repository at this point in the history
  • Loading branch information
syns2191 committed Oct 19, 2024
1 parent 641ab37 commit f8cfb51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<nb-card class="h-100">
<nb-card-body>
<div class="row">
<div class="col-12 d-flex justify-content-center cet-logo">
<div class="col-12 d-flex justify-content-center">
<div class="logo">
<img [src]="application?.iconPath" />
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ div.logo {
font-weight: 500;
}

.cet-logo {
margin-top: 30px;
}

.copyright-text {
font-size: 11px;
font-weight: 500;
Expand Down

0 comments on commit f8cfb51

Please sign in to comment.