Skip to content

Commit

Permalink
Www (#974)
Browse files Browse the repository at this point in the history
* Remove hero font-weight (can be set with mixed parameter)

* Refactor www home demopage with native components

* Fix overflow issue in header component

* Refactor demopage
  • Loading branch information
rroose-rvo authored Dec 20, 2024
1 parent c577af2 commit d2e0ec0
Show file tree
Hide file tree
Showing 5 changed files with 625 additions and 683 deletions.
1 change: 0 additions & 1 deletion components/header/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
line-height: 0;
margin-inline-start: calc(50% - 20px);
min-height: 124px;
width: 100%;
}

@media (min-width: 495px) {
Expand Down
1 change: 0 additions & 1 deletion components/hero/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
.rvo-hero__title,
.rvo-hero__subtitle {
color: var(--rvo-hero-title-color);
font-weight: var(--rvo-hero-title-font-weight);
}

.rvo-hero__subtitle {
Expand Down
Loading

0 comments on commit d2e0ec0

Please sign in to comment.