Compare commits

..

No commits in common. "main" and "feat/add-og-tags" have entirely different histories.

2 changed files with 16 additions and 33 deletions

View File

@ -110,7 +110,7 @@
<div class="flex-container-inner">
<div class="text-well">
<h3>git-sig</h3>
<a href="https://git.distrust.co/public/git-sig" target="_blank" rel="noopener noreferrer">https://git.distrust.co/public/gitsig</a>
<a href="https://git.distrust.co/public/enclaveos" target="_blank" rel="noopener noreferrer">https://git.distrust.co/public/enclaveos</a>
<p>The simple multisig toolchain for git repos.</p>
</div>
</div>
@ -130,4 +130,4 @@
</div>
</body>
</html>
</html>

View File

@ -62,7 +62,7 @@ h4,
h5,
h6 {
margin: 0px;
margin-top: 0px;
margin-top: 12px;
margin-bottom: 12px;
font-weight: bold;
color: var(--text-color);
@ -103,26 +103,23 @@ a:hover {
}
p {
/*
word-wrap: break-word;
word-break: break-word;
white-space: pre-wrap;
*/
margin-top: 16px;
margin-bottom: 16px;
margin-bottom: 15px;
}
footer {
color: var(--text-color);
border-top: var(--border);
margin-top: 24px;
padding-top: 12px;
margin-top: 0;
padding-top: 10px;
text-align: right;
}
header {
margin-top: 24px;
margin-bottom: 24px;
margin-top: 50px;
margin-bottom: 50px;
}
header p {
@ -150,6 +147,10 @@ hr {
text-decoration: none;
}
.header-page-links {
margin-right: 10%;
}
.header-page-links li:before {
content: ''
}
@ -166,7 +167,7 @@ hr {
}
.right-menu {
width: 74%;
width: 70%;
display: flex;
justify-content: flex-end;
align-items: center;
@ -449,7 +450,7 @@ textarea {
.flex-container {
display: flex;
justify-content: space-between;
align-items: flex-start;
align-items: center;
}
.flex-container-inner {
@ -457,13 +458,8 @@ textarea {
}
section {
margin-top: 48px;
margin-bottom: 48px;
}
.extra-spacing {
margin-top: 70px;
margin-bottom: 70px;
padding-top: 100px;
padding-bottom: 100px;
}
.companies {
@ -895,19 +891,6 @@ pre {
}
/** end carousel */
/**
* Blog
*/
.post img {
max-width: 100%;
}
#lp-post-img {
max-width: 100%;
}
/** end blog */
*,
*::before,
*::after {