diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-10 15:56:33 +0000 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-10 15:56:33 +0000 |
| commit | c3f7033bb4669f8e3a684906f118a709a8f7456c (patch) | |
| tree | 579b80bbfcbfd2d2354f19274faa6bc86413b10d /styles/Home.module.css | |
| parent | 681d96bf3da378a57ecb1fc3d8f00f13a1dd65e4 (diff) | |
| download | lawrence-hill-c3f7033bb4669f8e3a684906f118a709a8f7456c.tar.gz lawrence-hill-c3f7033bb4669f8e3a684906f118a709a8f7456c.tar.bz2 lawrence-hill-c3f7033bb4669f8e3a684906f118a709a8f7456c.zip | |
New pages
Diffstat (limited to 'styles/Home.module.css')
| -rw-r--r-- | styles/Home.module.css | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/styles/Home.module.css b/styles/Home.module.css index 42e7e60..a2c5476 100644 --- a/styles/Home.module.css +++ b/styles/Home.module.css @@ -47,9 +47,14 @@ } .title { - margin: 0; - line-height: 1.15; - font-size: 4rem; + margin: 10px; + text-align: center; +} + +.titlelawrence +{ + margin: 5px; + text-align: center; } .title, |
