Styling updates and add social links
This commit is contained in:
parent
eafe6648cc
commit
a2cb0960ab
15 changed files with 135 additions and 23 deletions
76
_includes/styles/base.css
Normal file
76
_includes/styles/base.css
Normal file
|
@ -0,0 +1,76 @@
|
|||
html,
|
||||
body {
|
||||
padding: 0;
|
||||
margin: 0 auto;
|
||||
}
|
||||
html {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
body {
|
||||
max-width: 660px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
ol {
|
||||
margin: 0;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin: 20px 0 0 0;
|
||||
}
|
||||
|
||||
article > h1 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
nav > h2 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
nav > ul {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
footer {
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
footer img {
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.about {
|
||||
font-size: 14px;
|
||||
margin-left: 12px;
|
||||
}
|
||||
|
||||
.simple-list {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.site-nav > ul {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.socials > ul {
|
||||
display: flex;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.post-link {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.post-link > p {
|
||||
margin: 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue