web/lukegbcom: add some padding
This commit is contained in:
parent
482ecc6984
commit
e1ede118d1
2 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue