mirror of
https://github.com/supleed2/udlink-docs.git
synced 2024-12-22 22:25:50 +00:00
Add link to banner image
This commit is contained in:
parent
5c81502a50
commit
0f332d36b0
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="banner-image">
|
<div class="banner-image">
|
||||||
<img src="img/udl.ink.svg" alt="UDlink Banner">
|
<a href="https://docs.udl.ink/"><img src="img/udl.ink.svg" alt="UDlink Banner"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="options-description">
|
<div class="options-description">
|
||||||
<p>Hi! Something went wrong, here's some more information:</p>
|
<p>Hi! Something went wrong, here's some more information:</p>
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="banner-image">
|
<div class="banner-image">
|
||||||
<img src="img/udl.ink.svg" alt="UDlink Banner">
|
<a href="https://docs.udl.ink/"><img src="img/udl.ink.svg" alt="UDlink Banner"></a>
|
||||||
</div>
|
</div>
|
||||||
<svg id="copied-tick" viewBox="0 0 122.88 101.6" style="display:none;">
|
<svg id="copied-tick" viewBox="0 0 122.88 101.6" style="display:none;">
|
||||||
<path style="fill: #10a64a;"
|
<path style="fill: #10a64a;"
|
||||||
|
|
10
styles.css
10
styles.css
|
@ -88,15 +88,21 @@ body::-webkit-scrollbar {
|
||||||
.banner-image {
|
.banner-image {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
min-height: 150px;
|
|
||||||
margin: 20px 10%;
|
margin: 20px 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.banner-image img {
|
.banner-image a {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
max-height: 150px;
|
max-height: 150px;
|
||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.banner-image img {
|
||||||
|
max-width: 100%;
|
||||||
|
max-height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.input-container {
|
.input-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
border: var(--input-box-border);
|
border: var(--input-box-border);
|
||||||
|
|
Loading…
Reference in a new issue