From 60ee6ecab54a0a4f485f5c4ed3f44ad65d38e533 Mon Sep 17 00:00:00 2001 From: Phaeton Date: Thu, 23 Jun 2022 16:25:36 -0400 Subject: [PATCH] Update style.css fixed minor typo --- homepage/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homepage/style.css b/homepage/style.css index e024331..db0266f 100644 --- a/homepage/style.css +++ b/homepage/style.css @@ -495,7 +495,7 @@ button:hover { .stats img { width: 100%; margin-left:auto; - margin-rigth:auto; + margin-right:auto; } .overview img { width: 100% @@ -789,4 +789,4 @@ pre.bash { font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace; width: 100%; display: inline-block; -} \ No newline at end of file +}