Skip to content

Commit

Permalink
icon (#665)
Browse files Browse the repository at this point in the history
* icon

* Update favicon.ico
  • Loading branch information
litvinets authored Nov 23, 2021
1 parent 2bf6cc5 commit 761f4d5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/app/shared/styles/cards.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
&_category {
width: 30px;
height: 30px;
margin-top: -4px;
@media (max-width: 750px) {
width: 20px;
height: 20px;
Expand Down
Binary file modified src/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="utf-8">
<title>OutOfSchool</title>
<title>Позашкілля</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
Expand Down
3 changes: 3 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,6 @@ $config: mat-typography-config(
.mat-radio-button.mat-primary .mat-radio-inner-circle {
background-color: #3849F9 !important;
}
.mat-card-image:first-child{
margin-top: 1rem !important;
}

0 comments on commit 761f4d5

Please sign in to comment.