Compare commits
2 Commits
4421a041fe
...
e9e6d7730f
Author | SHA1 | Date | |
---|---|---|---|
e9e6d7730f | |||
a31697f510 |
@ -253,19 +253,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.js-modal__content {
|
.js-modal__content {
|
||||||
max-width: 500px;
|
height: 100%;
|
||||||
height: 300px;
|
width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
|
||||||
top: 50%;
|
|
||||||
margin-left: -200px;
|
|
||||||
margin-top: -150px;
|
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
border-radius: 10px;
|
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.js-modal h2 {
|
.js-modal h2 {
|
||||||
@ -377,4 +373,14 @@
|
|||||||
grid-template-columns: auto auto auto;
|
grid-template-columns: auto auto auto;
|
||||||
grid-gap: 20px;
|
grid-gap: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.js-modal__content {
|
||||||
|
max-width: 500px;
|
||||||
|
max-height: 400px;
|
||||||
|
left: 50%;
|
||||||
|
top: 50%;
|
||||||
|
margin-left: -250px;
|
||||||
|
margin-top: -200px;
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -110,7 +110,7 @@ layout: layouts/flo
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="c-faq__section">
|
<div class="c-faq__section">
|
||||||
<p>If your question is not listed here, I'm reachable via email at oss@rizaldy.club or @rizaldy@edgy.social on Fediverse. You can also use GitHub Discussions for non-private questions.</p>
|
<p>If your question is not listed here, I'm reachable via email at <a href="mailto:oss@rizaldy.club">oss@rizaldy.club</a> or <a href="https://edgy.social/@rizaldy" target="_blank" rel="noopener noreferer">@rizaldy@edgy.social</a> on Fediverse. You can also use <a href="https://github.com/kepelet/flo/discussions" target="_blank" rel="noopener noreferer">GitHub Discussions</a> for non-private questions.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user