Port the web to bootstrap5

So it is responsive in phones.
This commit is contained in:
Las Zenow 2017-06-08 00:44:35 +00:00
parent 8af2ad3758
commit 6a3da59c75
40 changed files with 1131 additions and 849 deletions

View file

@ -2,8 +2,8 @@
<h4>Add News:</h4>
<form method="POST" action="/news/edit">
<textarea class="field span10" name="text" rows="3"></textarea> <br />
<button type="submit" class="btn">Add</button>
<textarea class="col-12" name="text" rows="3"></textarea> <br />
<button type="submit" class="btn btn-primary">Add</button>
</form>
{{template "footer.html" .S}}