File tree Expand file tree Collapse file tree 3 files changed +268
-187
lines changed Expand file tree Collapse file tree 3 files changed +268
-187
lines changed Original file line number Diff line number Diff line change 12
12
/>
13
13
< style >
14
14
h1 {
15
- font-size : 2.4 rem ;
15
+ font-size : 1.8 rem ;
16
16
font-weight : 500 ;
17
17
margin-bottom : 28px ;
18
18
}
19
19
20
+ @media (min-width : 768px ) {
21
+ h1 {
22
+ font-size : 2.4rem ;
23
+ }
24
+ }
25
+
20
26
.icon {
21
27
display : block;
22
28
width : 48px ;
@@ -137,25 +143,28 @@ <h1 class="text-center">
137
143
extensions.)
138
144
</ p >
139
145
< div class ="row mt-4 ">
140
- < div class ="col-12 col-sm -4 ">
146
+ < div class ="col-12 col-lg -4 ">
141
147
< a
142
- class ="btn btn-primary btn-lg btn-block mb-2 mb-sm -0 "
148
+ class ="btn btn-primary btn-lg btn-block mb-2 mb-lg -0 "
143
149
href ="/mesh/ "
144
150
role ="button "
145
151
> Mesh Sketching</ a
146
152
>
147
153
</ div >
148
- < div class ="col-12 col-sm-4 ">
149
- < a class ="btn btn-primary btn-lg btn-block " href ="/sdf/ " role ="button "
154
+ < div class ="col-12 col-lg-4 ">
155
+ < a
156
+ class ="btn btn-primary btn-lg btn-block mb-2 mb-lg-0 "
157
+ href ="/sdf/ "
158
+ role ="button "
150
159
> SDF Sketching</ a
151
160
>
152
161
</ div >
153
- < div class ="col-12 col-sm -4 ">
162
+ < div class ="col-12 col-lg -4 ">
154
163
< a
155
164
class ="btn btn-primary btn-lg btn-block "
156
165
href ="/realtime/ "
157
166
role ="button "
158
- > Realtime Mesh Sketching </ a
167
+ > Real-Time Mesh Curvature </ a
159
168
>
160
169
</ div >
161
170
</ div >
You can’t perform that action at this time.
0 commit comments