1
Fork 0

Set a max width for the release.

This commit is contained in:
Bauke 2022-01-03 13:29:53 +01:00
parent 316cb1b156
commit 00ca736fd5
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
background-color: var(--background-2);
box-shadow: 0 0 1rem #000;
margin: 2rem auto;
width: 35%;
max-width: 40rem;
}
.release-header {