Skip to content

Commit 3f7a8f9

Browse files
committed
Upload some CSS changes to prevent too much width happening
1 parent 7537398 commit 3f7a8f9

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

src/pages/404.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import Card from '../components/Card.astro';
2323
color: white;
2424
font-size: 20px;
2525
line-height: 1.6;
26-
width: calc(100% - 2rem);
26+
width: 90%;
2727
}
2828
h1 {
2929
font-size: 3rem;

src/pages/discord.astro

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ import Layout from '../layouts/Layout.astro';
1111
</Layout>
1212

1313
<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+
}
1423
.info {
1524
margin-bottom: 2rem;
1625
border: 3px solid rgba(var(--warning), 100%);

src/pages/download.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ import Layout from '../layouts/Layout.astro';
9292
color: white;
9393
font-size: 20px;
9494
line-height: 1.6;
95-
width: calc(100% - 2rem);
95+
width: 90%;
9696
}
9797
.information {
9898
margin-bottom: 2rem;

src/pages/index.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ import Card from '../components/Card.astro';
4545
color: white;
4646
font-size: 20px;
4747
line-height: 1.6;
48+
width: 90%;
4849
}
4950
.astro-a {
5051
position: absolute;

src/pages/privacy-policy.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ import Layout from '../layouts/Layout.astro';
5454
color: white;
5555
font-size: 20px;
5656
line-height: 1.6;
57-
width: calc(100% - 2rem);
57+
width: 90%;
5858
}
5959
.astro-a {
6060
position: absolute;

0 commit comments

Comments
 (0)