diff options
| author | Bobby <[email protected]> | 2022-11-24 03:57:37 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-24 03:57:37 -0500 |
| commit | 3c3c7d7dc1ebbd5cca1dbd3624e1237c520a7bbd (patch) | |
| tree | ce8a41b689dda98ad8f84db52e9ea8be6d4f3b2c | |
| parent | 7856de69b45eb3cf020b5930bb74b5c7e1fd1dfd (diff) | |
| download | thatcomputerscientist-3c3c7d7dc1ebbd5cca1dbd3624e1237c520a7bbd.tar.xz thatcomputerscientist-3c3c7d7dc1ebbd5cca1dbd3624e1237c520a7bbd.zip | |
Update base.html
| -rw-r--r-- | templates/blog/partials/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/blog/partials/base.html b/templates/blog/partials/base.html index af799166..b0838887 100644 --- a/templates/blog/partials/base.html +++ b/templates/blog/partials/base.html @@ -65,7 +65,7 @@ <hr> </div> <div class="content" style=" - width: 1000px; + width: 1010px; margin: 0 auto; box-sizing: border-box; padding: 10px 0px 20px 0px; |
