minor width fix
This commit is contained in:
parent
9801eba6ba
commit
c98b55e4bd
4 changed files with 10 additions and 6 deletions
6
TODO
6
TODO
|
@ -1,5 +1,3 @@
|
||||||
position code blocks in a way I like
|
|
||||||
|
|
||||||
handle dark/light theming correctly (https://www.joshwcomeau.com/react/dark-mode/) seems useful for that
|
handle dark/light theming correctly (https://www.joshwcomeau.com/react/dark-mode/) seems useful for that
|
||||||
|
|
||||||
get RSS feed up and running
|
get RSS feed up and running
|
||||||
|
@ -17,3 +15,7 @@ analytics
|
||||||
~~center titles properly~~
|
~~center titles properly~~
|
||||||
|
|
||||||
~~center content box properly~~
|
~~center content box properly~~
|
||||||
|
|
||||||
|
~~position code blocks in a way I like~~
|
||||||
|
|
||||||
|
Fix HackBU article
|
||||||
|
|
|
@ -2,4 +2,3 @@ Here's some links to various things of mine \
|
||||||
#link("https://github.com/Pagwin-Fedora")[Github] \
|
#link("https://github.com/Pagwin-Fedora")[Github] \
|
||||||
#link("https://www.linkedin.com/in/spencer-powell-pagwin/")[Linkedin] #strike[I barely look at this] \
|
#link("https://www.linkedin.com/in/spencer-powell-pagwin/")[Linkedin] #strike[I barely look at this] \
|
||||||
#link("/index.xml")[RSS] \
|
#link("/index.xml")[RSS] \
|
||||||
#link("/unvisited")[Unvisted]
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
title: links
|
title: Links
|
||||||
author: pagin
|
author: pagwin
|
||||||
tags: []
|
tags: []
|
||||||
|
|
|
@ -30,7 +30,10 @@ a:hover {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
/* needed due to flex parent*/
|
/* needed due to flex parent*/
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 960px;
|
/*https://ux.stackexchange.com/a/34125*/
|
||||||
|
/*https://ux.stackexchange.com/a/34148*/
|
||||||
|
/*https://pearsonified.com/golden-ratio-typography-intro/*/
|
||||||
|
max-width: 55em;
|
||||||
border-radius: 0.5em;
|
border-radius: 0.5em;
|
||||||
|
|
||||||
/* needed due to being flex itself*/
|
/* needed due to being flex itself*/
|
||||||
|
|
Loading…
Reference in a new issue