develop #8

Merged
HenriqueSantosSantana merged 23 commits from develop into master 2023-02-09 11:53:23 +00:00
3 changed files with 8 additions and 2 deletions
Showing only changes of commit 469955d63c - Show all commits

View File

@ -17,7 +17,7 @@
}
@media screen and (min-width: 1921px) {
.container {
width: 68.75%;
width: 75%;
margin: 0 auto;
}
}
@ -33,6 +33,9 @@
font-size: 0;
}
.homeLink {
padding-left: 0;
}
.homeLink::before {
content: "Home";
font-size: 14px;

View File

@ -7,7 +7,7 @@
align-items: baseline;
@media screen and (min-width: 1921px) {
width: 68.75%;
width: 75%;
margin: 0 auto;
}
}
@ -26,6 +26,8 @@
// manipulation fonts with before
.homeLink {
padding-left: 0;
&::before {
content: "Home";
font-size: 14px;

View File

@ -329,6 +329,7 @@
}
}
}
.productDescriptionTitle {
font-size: 20px;
line-height: 32px;