diff options
-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; } |