feat(okdInstallationBlog): wip part 1

This commit is contained in:
2024-04-17 15:33:16 -04:00
parent 9ce21abd74
commit acbc8a20d6
2 changed files with 67 additions and 35 deletions

View File

@@ -25,6 +25,19 @@ body {
font-size: 1.4rem;
}
.fixed-blog-header {
position: fixed;
top: 0;
background-color: #f8f9f1;
width: -webkit-fill-available;
max-width: 900;
z-index: 999;
}
.blog-content {
padding-top: 180px;
}
.line-2-5 {
line-height: 2.5rem;
}
@@ -53,6 +66,10 @@ body {
font-size: 1.2rem;
}
.font-s {
font-size: 1rem;
}
.font-italic {
font-style: italic;
}
@@ -83,6 +100,14 @@ body {
line-height: 1rem;
}
.line-1-5 {
line-height: 1.5rem;
}
.line-2 {
line-height: 2rem;
}
.color-gray {
color: gray;
}