Minor fixes
Improve how we link to external fonts, change csp generating code, fix width of pagination links
This commit is contained in:
parent
c4af4b9984
commit
868efc36f6
8 changed files with 164 additions and 150 deletions
3
public/assets/app.css
vendored
3
public/assets/app.css
vendored
|
@ -95,8 +95,9 @@ article header .post-info {
|
|||
.pagination {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-evenly;
|
||||
width: 90vw;
|
||||
max-width: 90vw;
|
||||
list-style-type: none; }
|
||||
|
||||
.personal-bio {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue