Port the web to bootstrap5
So it is responsive in phones.
This commit is contained in:
parent
8af2ad3758
commit
6a3da59c75
40 changed files with 1131 additions and 849 deletions
|
@ -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}}
|
||||
|
|
Reference in a new issue