Set a max width for the release.
This commit is contained in:
parent
316cb1b156
commit
00ca736fd5
|
@ -2,7 +2,7 @@
|
||||||
background-color: var(--background-2);
|
background-color: var(--background-2);
|
||||||
box-shadow: 0 0 1rem #000;
|
box-shadow: 0 0 1rem #000;
|
||||||
margin: 2rem auto;
|
margin: 2rem auto;
|
||||||
width: 35%;
|
max-width: 40rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.release-header {
|
.release-header {
|
||||||
|
|
Loading…
Reference in New Issue