diff options
author | cyfraeviolae <cyfraeviolae> | 2022-08-28 05:16:06 -0400 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-08-28 05:16:06 -0400 |
commit | fdf4a8e7582de1a710f63c11cdbb167489b94b35 (patch) | |
tree | 8c0c3fac2fa9ee5d8547808b0494afc4148f2c73 /static | |
parent | 44f8ba5463c3e80661aeb0b6639abe860ce22e0a (diff) |
fix size
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/styles.css b/static/styles.css index e276fc4..a1bb668 100644 --- a/static/styles.css +++ b/static/styles.css @@ -142,11 +142,11 @@ a:hover { letter-spacing: -1px; } -.home span { +.home > span { font-size: 16px; } -.home :last-child { +.home > :last-child { font-size: 16px; } |