diff --git a/base.css b/base.css index 152481b..91c1cc7 100644 --- a/base.css +++ b/base.css @@ -13,6 +13,12 @@ main{ .no-lst-style{ list-style: none; } +.centered{ + text-align: center; +} +.padded-2px{ + padding: 2px; +} .header{ position: fixed; top: 0; diff --git a/index.go.html b/index.go.html index 7a48da3..8c4bf76 100644 --- a/index.go.html +++ b/index.go.html @@ -32,16 +32,16 @@