File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
sites/svelte.dev/src/routes Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 35
35
< Shell
36
36
nav_visible= {$page .url .pathname !== ' /repl/embed' }
37
37
bind: snapshot= {shell_snapshot}
38
- banner_bottom_height= " 42px"
39
38
>
40
39
< Nav slot= " top-nav" title= {data .nav_title } links= {data .nav_links }>
41
40
< svelte: fragment slot= " home-large" >
72
71
< / Nav>
73
72
74
73
< slot / >
75
-
76
- < div slot= " banner-bottom" class = " banner-bottom" >
77
- < a href= " https://www.sveltesummit.com/2023/fall" class = " banner-bottom" > Join us at Svelte Summit on Nov 11 < / a>
78
- < / div>
79
74
< / Shell>
80
75
< / div>
81
76
92
87
height: 100 % ;
93
88
width: 100 % ;
94
89
}
95
-
96
- .banner - bottom {
97
- text- align: center;
98
- background: var (-- sk- theme- 1 - variant);
99
- color: white;
100
- text- decoration: underline;
101
- padding: 8px ;
102
- }
103
90
< / style>
You can’t perform that action at this time.
0 commit comments