Skip to content

Commit fce29e6

Browse files
committed
add back link to install page
1 parent 62b6129 commit fce29e6

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

src/pages/install.astro

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { optionalDependencies } from "src/generator";
55
<Page title="Installation">
66
<div id="container">
77
<div id="left">
8+
<a href="/" id="back">← Back</a>
89
<form>
910
<p>Build Script</p>
1011
<div>
@@ -111,14 +112,14 @@ import { optionalDependencies } from "src/generator";
111112
}
112113

113114
#left {
114-
flex: 1;
115+
flex: 0 0 fit-content;
115116
padding: 32px 48px;
116117
overflow-y: auto;
117118
user-select: none;
118119
}
119120

120121
#right {
121-
flex: 4;
122+
flex: 1;
122123
display: flex;
123124
flex-direction: column;
124125
border-left: 1px solid #D0D7DE;
@@ -150,6 +151,11 @@ import { optionalDependencies } from "src/generator";
150151
min-height: 100%;
151152
}
152153

154+
#back {
155+
display: block;
156+
margin-bottom: 16px;
157+
}
158+
153159
input[type="text"] {
154160
font-size: 16px;
155161
}

0 commit comments

Comments
 (0)