diff options
| author | 2023-08-24 12:52:12 +0200 | |
|---|---|---|
| committer | 2023-08-24 12:52:12 +0200 | |
| commit | 13f1c85e7077453b442f02137e6a4d2675a54b79 (patch) | |
| tree | 5b14b4e52459ac8191b022e512173fbd9901083c /web/source | |
| parent | [docs] Update backup docs (#2153) (diff) | |
| download | gotosocial-13f1c85e7077453b442f02137e6a4d2675a54b79.tar.xz | |
[chore/frontend] Make line-height a wee little bit bigger (#2159)
Diffstat (limited to 'web/source')
| -rw-r--r-- | web/source/css/status.css | 11 | 
1 files changed, 8 insertions, 3 deletions
| diff --git a/web/source/css/status.css b/web/source/css/status.css index f980399c7..4f80a400a 100644 --- a/web/source/css/status.css +++ b/web/source/css/status.css @@ -152,34 +152,39 @@ main {  		}  		.content { +			word-break: break-word; +			line-height: 1.6rem; +  			h1 {  				margin: 0;  				font-size: 1.8rem; +				line-height: initial;  			}  			h2 {  				margin: 0;  				font-size: 1.6rem; +				line-height: initial;  			}  			h3 {  				margin: 0;  				font-size: 1.4rem; +				line-height: initial;  			}  			h4 {  				margin: 0;  				font-size: 1.2rem; +				line-height: initial;  			}  			h5 {  				margin: 0;  				font-size: 1rem; +				line-height: initial;  			} -			word-break: break-word; -			line-height: initial; -  			blockquote {  				padding: 0.5rem 0 0.5rem 0.5rem;  				border-left: 0.2rem solid $border-accent; | 
