Convert list page into hugo templates
This commit is contained in:
parent
607f15580c
commit
00465629d2
11 changed files with 98 additions and 19 deletions
|
@ -1,3 +1,6 @@
|
|||
body{
|
||||
background-color: #e5e9f2;
|
||||
}
|
||||
.read-area {
|
||||
background-color: #f9fafc;
|
||||
}
|
||||
|
@ -7,7 +10,7 @@
|
|||
}
|
||||
|
||||
.hero-area {
|
||||
margin-top: 50px;
|
||||
margin-top: 3.5rem;
|
||||
width: 100%;
|
||||
height: 400px;
|
||||
background-position: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue