diff options
author | Daniel Jones <admin@danieljon.es> | 2020-02-14 22:43:12 +1030 |
---|---|---|
committer | Daniel Jones <admin@danieljon.es> | 2020-02-14 22:43:12 +1030 |
commit | 6935357f717bec2f987c507f16b286dd41028649 (patch) | |
tree | ff8a9f6348fcd53e465a2fbacff35b5459bccdc1 | |
parent | 336580791e58f84757599715ba81e9867eb1dd90 (diff) | |
download | websitegenerator-6935357f717bec2f987c507f16b286dd41028649.tar.gz websitegenerator-6935357f717bec2f987c507f16b286dd41028649.zip |
made header grid 50% width
-rw-r--r-- | template.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template.txt b/template.txt index 8cbf481..ad3ca2e 100644 --- a/template.txt +++ b/template.txt @@ -49,7 +49,7 @@ div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding- document.write("<div class='js-message'>This site works best with JavaScript disabled, please disable it.</div>"); </script> <h1><a href="/">danieljon.es</a></h1> - <table border="1" width="95%" align="center"> + <table border="1" width="50%" align="center"> <tbody> <tr> <td><a href="/">Index</a></td> |