Skip to content

Commit 16af050

Browse files
committed
style: update the style for left header of the laravel like package homepage
1 parent 2195383 commit 16af050

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assets/styles/styles.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
}
2222

23-
.main_header {
23+
.main_header.laravel_like_header {
2424
.main_title {
2525
font-size: 2.5rem;
2626
font-weight: 700;
@@ -38,7 +38,7 @@
3838
margin: auto;
3939

4040
@media screen and (max-width: 996px) {
41-
margin-bottom: 20px !important;
41+
margin-bottom: 20px;
4242
}
4343
}
4444

homepage/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function HomepageHeader() {
4242
<meta data-rh="true" property="og:image" content="/images/laravel-like-docs-thumb.webp" />
4343
<meta data-rh="true" name="twitter:image" content="/images/laravel-like-docs-thumb.webp" />
4444
</Head>
45-
<header className="main_header">
45+
<header className="main_header laravel_like_header">
4646
<div className="container">
4747
<div className="row">
4848
<div className="col col--5 left_header">

0 commit comments

Comments
 (0)