From 8b2acda6dd2083adc252e94680d3e773f79e3f07 Mon Sep 17 00:00:00 2001 From: Will Baumbach Date: Wed, 22 Apr 2020 18:49:41 -0400 Subject: [PATCH] center mobile heading --- src/app/app.component.css | 3 +++ src/app/app.component.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/app.component.css b/src/app/app.component.css index 0fd3c89..cca6f7d 100644 --- a/src/app/app.component.css +++ b/src/app/app.component.css @@ -7,6 +7,9 @@ .desktopOnly { display: none; } + .centerText { + text-align: center; + } } img { diff --git a/src/app/app.component.html b/src/app/app.component.html index 7ae2a27..3f2d9d1 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -3,7 +3,7 @@
-
+

Jeff Nippard's Card Workout

This is a small app the simulates the Card Workout created by Jeff Nippard.