diff options
| author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 18:41:32 +0200 | 
|---|---|---|
| committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 18:41:32 +0200 | 
| commit | 13ac1e5092f47c918000f5cf4670d3d634392064 (patch) | |
| tree | 8f0b725103b89eb4d17bea12bf4624c0c2544820 /css | |
| parent | CSS update (diff) | |
| download | gitjoe-www-13ac1e5092f47c918000f5cf4670d3d634392064.tar.gz gitjoe-www-13ac1e5092f47c918000f5cf4670d3d634392064.tar.bz2 gitjoe-www-13ac1e5092f47c918000f5cf4670d3d634392064.tar.xz gitjoe-www-13ac1e5092f47c918000f5cf4670d3d634392064.tar.zst gitjoe-www-13ac1e5092f47c918000f5cf4670d3d634392064.zip | |
CSS update
Diffstat (limited to 'css')
| -rw-r--r-- | css/gitjoe.css | 11 | 
1 files changed, 7 insertions, 4 deletions
| diff --git a/css/gitjoe.css b/css/gitjoe.css index dbaf708..7284a7b 100644 --- a/css/gitjoe.css +++ b/css/gitjoe.css @@ -31,15 +31,18 @@ header {  }  table { -	margin-left: 10%; -	margin-right: 10%; +	width: 95%;  }  div#content {  	padding: 5pt 0 5pt 0;  	padding-bottom: 2.5rem; -	margin-left: 10%; -	margin-right: 10%; +	width: 95%; +} + +hr { +	width: 95%; +	color: #999;  }  h1 { | 
