diff options
| author | Camil Staps | 2025-02-08 08:44:08 +0100 | 
|---|---|---|
| committer | Camil Staps | 2025-02-08 08:44:08 +0100 | 
| commit | e41529460c038c816be877051990ff47c4eb4980 (patch) | |
| tree | f3fdd862c1b1584bd9b8bb33308da0fbe285e096 /resources/pug | |
| parent | Layout improvements for small screens (diff) | |
More improvements for small screens
Diffstat (limited to 'resources/pug')
| -rw-r--r-- | resources/pug/finals/index.pug | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/resources/pug/finals/index.pug b/resources/pug/finals/index.pug index 546f1c8..65f015d 100644 --- a/resources/pug/finals/index.pug +++ b/resources/pug/finals/index.pug @@ -26,15 +26,14 @@ block content  	.container#content  		header#introduction -			div(style="display:table-row;") +			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 [kaˈmil stɑps] -							span   -							span he/his +							span.opt-break [kaˈmil stɑps]  +							span.opt-break he/his  					p  						span.tt.obfuscate.wrap-anywhere  							| info@c | 
