Add support for metatags
This commit is contained in:
parent
ae440be40c
commit
4564aa9534
25 changed files with 230 additions and 22 deletions
|
|
@ -141,9 +141,10 @@
|
|||
|
||||
.close {
|
||||
cursor: pointer;
|
||||
font-family: AtomicAge-Regular;
|
||||
font-size: 2rem;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
right: 5px;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -18,11 +18,11 @@
|
|||
}
|
||||
}
|
||||
.intro {
|
||||
//color: colors.$primaryWhite;
|
||||
padding: 1rem 0;
|
||||
}
|
||||
|
||||
.list {
|
||||
padding-top: 1rem;
|
||||
padding: 2rem 0;
|
||||
border-top: 5px solid colors.$primaryYellow;
|
||||
|
||||
.post {
|
||||
|
|
|
|||
13
assets/styles/scss/front/_taxonomy.scss
Normal file
13
assets/styles/scss/front/_taxonomy.scss
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
@use '../shared/colors' as colors;
|
||||
|
||||
.category, .tag {
|
||||
.posts, .photos {
|
||||
ul {
|
||||
list-style-type: square;
|
||||
color: colors.$primaryWhite;
|
||||
li {
|
||||
padding: 0.5rem 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue