Skip to content

Commit

Permalink
style: update the style for left header of the laravel like package h…
Browse files Browse the repository at this point in the history
…omepage
  • Loading branch information
tanhongit committed Dec 20, 2024
1 parent 2195383 commit 16af050
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
}

.main_header {
.main_header.laravel_like_header {
.main_title {
font-size: 2.5rem;
font-weight: 700;
Expand All @@ -38,7 +38,7 @@
margin: auto;

@media screen and (max-width: 996px) {
margin-bottom: 20px !important;
margin-bottom: 20px;
}
}

Expand Down
2 changes: 1 addition & 1 deletion homepage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function HomepageHeader() {
<meta data-rh="true" property="og:image" content="/images/laravel-like-docs-thumb.webp" />
<meta data-rh="true" name="twitter:image" content="/images/laravel-like-docs-thumb.webp" />
</Head>
<header className="main_header">
<header className="main_header laravel_like_header">
<div className="container">
<div className="row">
<div className="col col--5 left_header">
Expand Down

0 comments on commit 16af050

Please sign in to comment.