diff options
| author | Camil Staps | 2023-11-28 16:25:10 +0100 | 
|---|---|---|
| committer | Camil Staps | 2023-11-28 16:25:10 +0100 | 
| commit | 60664a7a45b6db9e974d4274da7ab8e8d1562140 (patch) | |
| tree | 29c6c423cd5a083112b2756695b85f87951d5cff /resources | |
| parent | Add navigation (diff) | |
Undo unnecessary change from previous commit
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/pug/include/layout.pug | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/resources/pug/include/layout.pug b/resources/pug/include/layout.pug index 1b4e96d..1cbf0f4 100644 --- a/resources/pug/include/layout.pug +++ b/resources/pug/include/layout.pug @@ -5,7 +5,7 @@ html(lang="en")  	head  		include head.pug -	body(style='position:relative;') +	body  		.container  			block titleContainer  				header | 
