Skip to content

Commit c9421d8

Browse files
committed
Change privacy policy h2 style
1 parent ebf9ffc commit c9421d8

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

src/lib/global.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ h3 {
306306
}
307307
}
308308

309-
.grid-item.header {
309+
.grid-item.header, .privacy-content {
310310
// display: flex;
311311
// flex-direction: column;
312312
// position: relative;

src/routes/privacy/+page.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,10 @@
2525
.privacy-content {
2626
max-width: 900px;
2727
width: 100%;
28-
text-align: center;
2928
}
3029
3130
h2 {
3231
margin-bottom: 2rem;
33-
text-align: center;
3432
}
3533
3634
.privacy-text {

0 commit comments

Comments
 (0)