reworked css

changed headers to divs to avoid bolding,
fixed css for mobile again,
reformatted text sizing, we use clamp properly now!
added css for videos on blog posts,
updated blog posts,
This commit is contained in:
Nye Evans 2021-01-06 11:21:59 +00:00
parent d30ed40703
commit c4a00b6e87
4 changed files with 52 additions and 59 deletions

View file

@ -27,6 +27,10 @@ h1{
padding: 2.5vh;
}
.videoEmbed{
text-align: center;
}
@media (orientation:portrait){
h1{