From 5fd5d7f0ff8802ebf540fa0169a7a4e921bddc01 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 1 Dec 2020 15:06:25 -0500 Subject: [PATCH] Missing t --- data/www/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/www/style.css b/data/www/style.css index ae8e1e1..bba3e9f 100644 --- a/data/www/style.css +++ b/data/www/style.css @@ -1,6 +1,6 @@ .pull-right { float: right; } -.pull-lef { float: left; } +.pull-left { float: left; } .center { margin-left: auto;