diff options
| author | Camil Staps | 2025-02-08 08:59:47 +0100 | 
|---|---|---|
| committer | Camil Staps | 2025-02-08 08:59:47 +0100 | 
| commit | c7a08f1cb2675a2b1d165c928c2169c622f74d92 (patch) | |
| tree | b62c3d32b394084569ca4c4f48053a5a5313fb56 /resources/pug/finals | |
| parent | More improvements for small screens (diff) | |
Minor layout improvement
Diffstat (limited to 'resources/pug/finals')
| -rw-r--r-- | resources/pug/finals/index.pug | 11 | 
1 files changed, 5 insertions, 6 deletions
| diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index 65f015d..40b20b5 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -29,12 +29,11 @@ block content  			div  				img#profile(alt="Camil Staps", style="vertical-align:bottom;", src="/assets/img/profile.jpg", width="170")  				div#basicinfo(style="display:table-cell;vertical-align:bottom;") -					h1 -						| Camil Staps  -						small.text-muted -							span.opt-break [kaˈmil stɑps]  -							span.opt-break he/his -					p +					h1 Camil Staps +					p.text-muted +						span [kaˈmil stɑps]  +						span.opt-break he/his +						br  						span.tt.obfuscate.wrap-anywhere  							| info@c  							span dummy | 
