Skip to content

Commit

Permalink
Merge pull request #123 from PrestaShop/develop
Browse files Browse the repository at this point in the history
Release 2023-12-26
  • Loading branch information
matks authored Dec 26, 2023
2 parents 4f636aa + 32eefaa commit ba244d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/style/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ header {

.black-text {
font-family: 'IBM Plex Sans', Arial, sans-serif;

font-weight: bold;
font-size: 18px;
max-width: 800px;
margin: {
Expand Down
4 changes: 4 additions & 0 deletions assets/style/_section_1.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
}
.words {
font-family: 'IBM Plex Sans', Arial, sans-serif;
font-weight: bold;
margin-top: -8px;
font-size: 12px;
}
Expand Down Expand Up @@ -141,6 +142,9 @@ $background-expert: #ffffff;
font-size: 15px;
flex-grow: 1;
}
.info {
font-weight: bold;
}
.position {
font-size: 22px;
}
Expand Down
1 change: 0 additions & 1 deletion assets/style/_titles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ h4 {

h1 {
color: #000000;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.56);
font-size: 36px;
margin: {
top: 20px;
Expand Down

0 comments on commit ba244d8

Please sign in to comment.