1
0
mirror of https://gitlab.com/brutaldon/brutaldon.git synced 2024-06-15 17:35:23 +00:00

Center and pad some stuff in FULLBRUTALISM

This commit is contained in:
Jason McBrayer 2018-10-24 10:30:09 -04:00
parent 733d8bb453
commit 7c5a03368b

View File

@ -150,6 +150,11 @@ body {
margin: 1em;
}
.container {
margin: 0 auto;
max-width: 80em;
}
a {
color: blue;
text-decoration: underline;
@ -224,7 +229,7 @@ img.is-32x32 {
}
.media {
padding: 1ex;
padding: 1em;
margin: 4px;
border: 8px ridge #CCC;
overflow: auto;