added css classes for img, video, code styling
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<div class="center-stuff">
|
||||
<p class="banner-text" style="margin-right: 8px;">denizk0461's</p>
|
||||
<a class="banner-image" href="/">
|
||||
<img src="/favicon.png"/>
|
||||
<img src="/favicon.webp"/>
|
||||
</a>
|
||||
<p class="banner-text" style="margin-left: 8px;">website</p>
|
||||
</div>
|
||||
@@ -21,7 +21,9 @@
|
||||
margin-right: auto;
|
||||
}
|
||||
.banner-image {
|
||||
width: fit-content;
|
||||
width: 64px;
|
||||
margin-top: 16px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
.banner-text {
|
||||
width: fit-content;
|
||||
|
||||
@@ -62,5 +62,9 @@
|
||||
filter: var(--color-text-img);
|
||||
margin-top: 4px;
|
||||
margin-bottom: -4px;
|
||||
width: fit-content !important;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
display: inline;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user