File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5
5
< h1 > DON'T PANIC!</ h1 >
6
6
< h2 > 404: Page not found!</ h2 >
7
7
8
- < img class ="max-h-[50vh] mx-auto "
8
+ < img class ="mx-auto max-h-[50vh] "
9
9
src ="{{ get_url(path='images/panic.svg') | safe }} "
10
10
alt ="">
11
11
Original file line number Diff line number Diff line change 47
47
{% if permalink %}< meta property ="og:url " content ="{{ permalink | safe }} "> {% endif %}
48
48
</ head >
49
49
50
- < body class ="flex flex-col p-2 mx-auto min-h-screen text-lg text-white break-words bg-[#2A3439] lg:px-5 2xl:container ">
51
- < header class ="flex flex-col gap-x-4 items-center py-2 px-4 mb-1 bg-black/30 rounded-sm sm:flex-row sm:rounded-full ">
50
+ < body class ="flex flex-col p-2 mx-auto min-h-screen text-lg text-white break-words lg:px-5 2xl:container bg-[#2A3439] ">
51
+ < header class ="flex flex-col gap-x-4 items-center py-2 px-4 mb-1 rounded-sm sm:flex-row sm:rounded-full bg-black/30 ">
52
52
< a class ="transition duration-500 hover:scale-110 "
53
53
href ="{{ get_url(path='@/_index.md') | safe }} "
54
54
aria-hidden ="true ">
74
74
{% block content %}{% endblock %}
75
75
</ main >
76
76
77
- < footer class ="pt-2 pb-1 mt-auto text-center text-sm ">
78
- < div class ="mt-2 mx-auto inline-flex gap-x-1.5 items-center ">
77
+ < footer class ="pt-2 pb-1 mt-auto text-sm text-center ">
78
+ < div class ="inline-flex gap-x-1.5 items-center mx-auto mt-2 ">
79
79
< img class ="w-8 h-8 "
80
80
src ="{{ get_url(path='images/rust_logo.svg') | safe }} "
81
81
alt ="">
82
82
< div class ="italic "> Rustlings is an official Rust project</ div >
83
83
</ div >
84
84
85
- < nav class ="mt-3 flex flex-col gap-y-3 justify-around py-3 bg-black/30 rounded-sm sm:flex-row sm:rounded-full ">
85
+ < nav class ="flex flex-col gap-y-3 justify-around py-3 mt-3 rounded-sm sm:flex-row sm:rounded-full bg-black/30 ">
86
86
{% for footer_item in config.extra.footer_items %}
87
87
< a class ="no-underline " href ="{{ footer_item.url | safe }} "> {{ footer_item.name }}</ a >
88
88
{% endfor %}
Original file line number Diff line number Diff line change 4
4
< article >
5
5
< h1 > {{ page.title }}</ h1 >
6
6
7
- < div class ="px-4 py-0.5 my-3 border-s-4 rounded-xl border-double ">
7
+ < div class ="py-0.5 px-4 my-3 rounded-xl border-double border-s-4 ">
8
8
< nav >
9
9
< ul class ="ml-0 list-none ">
10
10
{% for parent in page.toc %}
Original file line number Diff line number Diff line change 3
3
< strong > {{ summary | safe }}</ strong > (< em > click to expand</ em > )
4
4
</ summary >
5
5
6
- < blockquote class ="mx-0.5 border-x-3 border-b-3 border-dashed pt-1 mt-1 rounded-none ">
6
+ < blockquote class ="pt-1 mx-0.5 mt-1 rounded-none border-dashed border-x-3 border-b-3 ">
7
7
{{ body | markdown | safe }}
8
8
</ blockquote >
9
9
</ details >
You can’t perform that action at this time.
0 commit comments