4
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2025-09-13 15:42:31 +00:00

Icons and things

This commit is contained in:
Neil Alexander
2024-11-18 23:14:27 +00:00
parent 94193456ac
commit b206939bd1
22 changed files with 100 additions and 51 deletions

View File

@@ -83,9 +83,15 @@ div.titleflex {
flex-direction: row;
flex-wrap: wrap;
> a {
> a {
display: inline-block;
padding: 0.75em;
padding: 1em;
> img {
width: 1.2em;
vertical-align: text-bottom;
filter: opacity(30%);
}
}
}
}
@@ -114,6 +120,11 @@ div.titleflex {
-webkit-font-smoothing: antialiased;
}
.markdown-body h3 img {
vertical-align: text-bottom;
margin-right: 0.5em;
}
div.blogpost {
display: grid;
grid-gap: 10px;