File tree Expand file tree Collapse file tree 5 files changed +13
-3
lines changed Expand file tree Collapse file tree 5 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import Card from '../components/Card.astro';
23
23
color: white;
24
24
font-size: 20px;
25
25
line-height: 1.6;
26
- width: calc(100% - 2rem) ;
26
+ width: 90% ;
27
27
}
28
28
h1 {
29
29
font-size: 3rem;
Original file line number Diff line number Diff line change @@ -11,6 +11,15 @@ import Layout from '../layouts/Layout.astro';
11
11
</Layout >
12
12
13
13
<style >
14
+ main {
15
+ margin: auto;
16
+ padding: .5rem 1rem;
17
+ width: 800px;
18
+ color: white;
19
+ font-size: 20px;
20
+ line-height: 1.6;
21
+ width: 90%;
22
+ }
14
23
.info {
15
24
margin-bottom: 2rem;
16
25
border: 3px solid rgba(var(--warning), 100%);
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ import Layout from '../layouts/Layout.astro';
92
92
color: white;
93
93
font-size: 20px;
94
94
line-height: 1.6;
95
- width: calc(100% - 2rem) ;
95
+ width: 90% ;
96
96
}
97
97
.information {
98
98
margin-bottom: 2rem;
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ import Card from '../components/Card.astro';
45
45
color: white;
46
46
font-size: 20px;
47
47
line-height: 1.6;
48
+ width: 90%;
48
49
}
49
50
.astro-a {
50
51
position: absolute;
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ import Layout from '../layouts/Layout.astro';
54
54
color: white;
55
55
font-size: 20px;
56
56
line-height: 1.6;
57
- width: calc(100% - 2rem) ;
57
+ width: 90% ;
58
58
}
59
59
.astro-a {
60
60
position: absolute;
You can’t perform that action at this time.
0 commit comments