Fixing the kofi frame

This commit is contained in:
Silversthorn 2024-10-04 23:40:19 +02:00
parent 4d4f19a896
commit c224a6196c
2 changed files with 8 additions and 1 deletions

View File

@ -26,4 +26,11 @@ a:hover {
}
}
#kofiframe {
border: none;
width: 100%;
padding: 4px;
background: var(--deep-bg);
}
/**************************************************************/

View File

@ -61,7 +61,7 @@
</p>
<br />
<div class="text-center">
<iframe id='kofiframe' src='https://ko-fi.com/arcadiatech/?hidefeed=true&widget=true&embed=true&preview=true' class="w-100 border-0" style='border:none;width:100%;padding:4px;background:#1d1d2f;' height='650' title='arcadiatech'></iframe>
<iframe id='kofiframe' src='https://ko-fi.com/arcadiatech/?hidefeed=true&widget=true&embed=true&preview=true' class="w-100 border-0" height='650' title='arcadiatech'></iframe>
</div>
</div>