mirror of
https://github.com/panr/hugo-theme-terminal.git
synced 2025-02-18 05:19:48 +03:00
Fix post width
This commit is contained in:
parent
fa71c00418
commit
a81cf2dc29
1 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
.posts {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.post {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
|
@ -88,7 +92,7 @@
|
|||
justify-content: center;
|
||||
margin-bottom: 10px;
|
||||
|
||||
&+ h2 {
|
||||
& + h2 {
|
||||
margin-top: -10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue