diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-15 14:59:25 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-16 11:37:08 +0200 |
commit | 5b0ec7cddb1ae6dbd2057f067382866f846b882c (patch) | |
tree | 5751d96ec4ab0d49b793c4ff1c8edbc8daeab6ac /client/src/app/app.component.scss | |
parent | b13a0a48bacb53e65e665774e621326452045294 (diff) | |
download | PeerTube-5b0ec7cddb1ae6dbd2057f067382866f846b882c.tar.gz PeerTube-5b0ec7cddb1ae6dbd2057f067382866f846b882c.tar.zst PeerTube-5b0ec7cddb1ae6dbd2057f067382866f846b882c.zip |
Increase global font size
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r-- | client/src/app/app.component.scss | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 5f3e15d80..31e9987c6 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss | |||
@@ -103,14 +103,4 @@ | |||
103 | cursor: pointer; | 103 | cursor: pointer; |
104 | width: 20px; | 104 | width: 20px; |
105 | } | 105 | } |
106 | |||
107 | ::ng-deep { | ||
108 | p { | ||
109 | font-size: 16px; | ||
110 | } | ||
111 | |||
112 | p:last-child { | ||
113 | margin-bottom: 0; | ||
114 | } | ||
115 | } | ||
116 | } | 106 | } |