Skip to content

Commit

Permalink
Fixed header margin when not link
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Apr 6, 2024
1 parent 4fdad4a commit bf6334d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/build/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"src": "public/img/ui/warning.svg"
},
"resources/css/app.scss": {
"file": "assets/app-D6gUvtEF.css",
"file": "assets/app-DINAQr-j.css",
"src": "resources/css/app.scss",
"isEntry": true
},
"resources/js/app.js": {
"file": "assets/app-wv8uX38s.js",
"file": "assets/app-BRdgaViA.js",
"src": "resources/js/app.js",
"isEntry": true,
"css": [
Expand Down
4 changes: 3 additions & 1 deletion resources/css/docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ main div {

@include media-breakpoint-up(md) {
h2 {
margin-left: -2rem;
a {
margin-left: -2rem;
}
}
}

Expand Down

0 comments on commit bf6334d

Please sign in to comment.