Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
caleballdrin committed Nov 10, 2023
1 parent 4c71c5c commit 121ad43
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions src/app/new-page/page.component.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/***** Elements *****/
html {
background-color: white !important;
background-color: white !important;
}

h1,
Expand All @@ -10,17 +10,17 @@ h4,
h5,
h6,
p {
margin-bottom: 0;
margin-bottom: 0;
}

h4 {
font-size: 24px;
line-height: 30px;
font-weight: 300;
font-size: 24px;
line-height: 30px;
font-weight: 300;
}

p {
line-height: 24px;
line-height: 24px;
}

/***** High level *****/
Expand Down Expand Up @@ -112,14 +112,14 @@ p {
}

@media screen and (max-width: 440px) {
#toolHeader .logo img{
#toolHeader .logo img {
margin: 12px 0 0 0;
}
#toolHeader .logo{
display:block;
#toolHeader .logo {
display: block;
}
.language-selector-toggle {
position:relative;
position: relative;
}
.language-selector-toggle > .langicon {
float: none;
Expand Down Expand Up @@ -162,4 +162,4 @@ footer span {
footer span:last-child {
float: right;
}
}
}
2 changes: 1 addition & 1 deletion src/app/new-page/page.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="header tc relative">
<app-sharing-modal [book]="selectedBookName"></app-sharing-modal>
<span class="logo">
<a href='/'><img src="assets/img/kg-logo-blue.png" /></a>
<a href="/"><img src="assets/img/kg-logo-blue.png" /></a>
</span>
<span
class="kg-gray-dark ng-binding language-selector-toggle"
Expand Down

0 comments on commit 121ad43

Please sign in to comment.