Skip to content

Commit

Permalink
fix(home-page): start-aligned instead of left-aligned text
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianKohler committed Aug 28, 2024
1 parent b5b84a2 commit f714e09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this

- Generate static collection menus prebuild script: skip collections that are not included according to the config.
- Generate sitemap prebuild script: skip collections that are not included according to the config.
- Home page: start-aligned instead of left-aligned text.



Expand Down
6 changes: 3 additions & 3 deletions src/app/pages/home/home.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,13 @@ ion-content.portrait-mode::part(scroll) {

.site-presentation {
margin: 0 0 3rem 0;
text-align: left;
text-align: start;
}

.footer {
margin-left: 0;
margin-right: 0;
text-align: left;
text-align: start;
}
}

Expand All @@ -175,7 +175,7 @@ ion-content.portrait-mode::part(scroll) {
margin-top: 1.2rem;
margin-bottom: 1rem;
padding: 0 0 0.5rem 0;
text-align: left;
text-align: start;
}

.site-subtitle {
Expand Down

0 comments on commit f714e09

Please sign in to comment.