web/lukegbcom: add some padding

This commit is contained in:
Luke Granger-Brown 2022-04-08 02:30:59 +01:00
parent 482ecc6984
commit e1ede118d1
2 changed files with 2 additions and 0 deletions

View file

@ -40,6 +40,7 @@
text-shadow: 0 0 6px #111, 0 0 2px #111; text-shadow: 0 0 6px #111, 0 0 2px #111;
letter-spacing: 1px; letter-spacing: 1px;
padding: 0 1rem;
} }
.heroCredit { .heroCredit {

View file

@ -10,6 +10,7 @@
.post { .post {
max-width: var(--maxWidth); max-width: var(--maxWidth);
width: 100%; width: 100%;
padding: 0 1rem;
a { a {
text-decoration: underline; text-decoration: underline;
} }