mirror of
https://github.com/ivabus/www
synced 2024-11-22 12:55:07 +03:00
Addt styling changes
This commit is contained in:
parent
220713697f
commit
e0bdbc710b
1 changed files with 4 additions and 2 deletions
|
@ -8,9 +8,9 @@
|
||||||
<main>
|
<main>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-9 pe-5">
|
<div class="col-md-9 pe-xl-5 pe-lg-5 pe-md-5 pe-sm-2 pe-2">
|
||||||
<div class="one-box">
|
<div class="one-box">
|
||||||
<h1 class="display-1">{{ .Title }}</h1>
|
<h1>{{ .Title }}</h1>
|
||||||
<p>{{ .Date.Format "2006-01-02" }}</p>
|
<p>{{ .Date.Format "2006-01-02" }}</p>
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
<a href="{{ "blog" | relURL }}">Back to blog</a>
|
<a href="{{ "blog" | relURL }}">Back to blog</a>
|
||||||
|
@ -30,6 +30,8 @@
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
flex: 0 0 30%;
|
flex: 0 0 30%;
|
||||||
max-width: 20%;
|
max-width: 20%;
|
||||||
|
|
Loading…
Reference in a new issue