We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2195383 commit 16af050Copy full SHA for 16af050
assets/styles/styles.scss
@@ -20,7 +20,7 @@
20
}
21
22
23
-.main_header {
+.main_header.laravel_like_header {
24
.main_title {
25
font-size: 2.5rem;
26
font-weight: 700;
@@ -38,7 +38,7 @@
38
margin: auto;
39
40
@media screen and (max-width: 996px) {
41
- margin-bottom: 20px !important;
+ margin-bottom: 20px;
42
43
44
homepage/index.tsx
@@ -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>
45
- <header className="main_header">
+ <header className="main_header laravel_like_header">
46
<div className="container">
47
<div className="row">
48
<div className="col col--5 left_header">
0 commit comments