diff options
author | Preston Pan <preston@nullring.xyz> | 2022-11-11 13:27:25 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2022-11-11 13:27:25 -0800 |
commit | 604369d319b38e0f48e711853d4c9423e2f8761c (patch) | |
tree | ef1cdae3337280efda63fec1bdbe58a3e0f3cc08 /build/website | |
parent | a0f255b65f137917c6a0e97d842a8fd719197a74 (diff) |
testing margin stuff
Diffstat (limited to 'build/website')
-rw-r--r-- | build/website/css/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/website/css/style.css b/build/website/css/style.css index 01c9321..93bb952 100644 --- a/build/website/css/style.css +++ b/build/website/css/style.css @@ -205,10 +205,10 @@ del { text-align: center; } -.center { - margin-left: auto; - margin-right: auto; -} +/* .center { */ +/* margin-left: auto; */ +/* margin-right: auto; */ +/* } */ .tag { background-color: #eeeeee; |