Commit 0a07659 1 parent a53f8b0 commit 0a07659 Copy full SHA for 0a07659
File tree 2 files changed +12
-16
lines changed
2 files changed +12
-16
lines changed Original file line number Diff line number Diff line change 22
22
23
23
.td-main {
24
24
flex-grow : 1 ;
25
+ }
25
26
26
- main {
27
- @include media-breakpoint-up (md) {
28
- padding-top : 5.5rem ;
29
- }
30
-
31
-
32
- padding-bottom : 2rem ;
33
- }
27
+ .td-404 main ,
28
+ .td-main main {
29
+ padding-top : 1.5rem ;
30
+ padding-bottom : 2rem ;
31
+ @include media-breakpoint-up (md) { padding-top : 5.5rem ; }
34
32
}
Original file line number Diff line number Diff line change 1
- {{ define "main"}}
2
- < main id ="main ">
3
- < div >
4
- < h1 id ="title "> Not found</ h1 >
5
- < p > Oops! This page doesn't exist. Try going back to our < a href ="{{ "" | relURL }}"> home page</ a > .</ p >
6
- </ div >
7
- </ main >
8
- {{ end }}
1
+ {{ define "main" -}}
2
+ < div class ="td-content ">
3
+ < h1 > Not found</ h1 >
4
+ < p > Oops! This page doesn't exist. Try going back to the < a href ="{{ "" | relURL }}"> home page</ a > .</ p >
5
+ </ div >
6
+ {{- end }}
You can’t perform that action at this time.
0 commit comments