From 121200928245e0c38230c01066c1065ec14a8440 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 11 Dec 2017 05:57:51 +0000 Subject: [PATCH] Some small CSS fix --- pageheader/pageheader.css | 2 +- pledgie/pledgie.css | 2 +- yourls/yourls.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pageheader/pageheader.css b/pageheader/pageheader.css index 24608edb..8b3282fb 100644 --- a/pageheader/pageheader.css +++ b/pageheader/pageheader.css @@ -17,7 +17,7 @@ .pageheader { text-align: center; - width 100%; + width: 100%; margin-top: 25px; font-size: 20px; } diff --git a/pledgie/pledgie.css b/pledgie/pledgie.css index 9cb9896d..5195871c 100644 --- a/pledgie/pledgie.css +++ b/pledgie/pledgie.css @@ -22,7 +22,7 @@ .pledgie { text-align: center; - width 100%; + width: 100%; margin-top: 25px; font-size: 20px; } diff --git a/yourls/yourls.css b/yourls/yourls.css index cfd09c97..53743650 100644 --- a/yourls/yourls.css +++ b/yourls/yourls.css @@ -15,7 +15,7 @@ yourls-url { .yourls { text-align: left; - width 100%; + width: 100%; margin-top: 25px; font-size: 20px; }