[func] kareta

main
yaemiku 2022-07-27 21:09:16 +02:00
parent 71f4a7da49
commit 61368a6bdb
Signed by: podlaskizbs
GPG Key ID: ADC039636B3E4AAB
5 changed files with 21 additions and 37 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 KiB

View File

@ -26,7 +26,7 @@
<div class="self-center">
<img class="max-h-[200px]" src="{% static 'podlzbs.jpg' %}" alt="" />
</div>
<div class="flex flex-col lg:self-end">
<div class="flex flex-col lg:self-end shrink-0">
<div class="mb-4 mx-auto p-2 text-center">
<h1>
Podlaski Związek <br />
@ -68,6 +68,14 @@
><img class="max-h-12" src="{% static 'labs.jpg' %}" alt="ŁABS"
/></a>
</div>
<div title="Kareta">
<a href="https://kareta.pzbs.pl/" target="_blank"
><img
class="max-h-12"
src="{% static 'kareta.jpg' %}"
alt="Kareta"
/></a>
</div>
<div>
<a
id="atu"

View File

@ -1348,6 +1348,10 @@ select {
height: 100vh;
}
.max-h-\[200px\] {
max-height: 200px;
}
.max-h-12 {
max-height: 3rem;
}
@ -1356,18 +1360,6 @@ select {
max-height: 18rem;
}
.max-h-24 {
max-height: 6rem;
}
.max-h-\[200px\] {
max-height: 200px;
}
.min-h-\[125px\] {
min-height: 125px;
}
.w-full {
width: 100%;
}
@ -1380,10 +1372,6 @@ select {
width: 9rem;
}
.min-w-\[145px\] {
min-width: 145px;
}
.max-w-screen-lg {
max-width: 1024px;
}
@ -1400,8 +1388,8 @@ select {
max-width: 768px;
}
.max-w-\[48px\] {
max-width: 48px;
.shrink-0 {
flex-shrink: 0;
}
.basis-1\/2 {

BIN
static/kareta.jpg 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 KiB

View File

@ -1348,6 +1348,10 @@ select {
height: 100vh;
}
.max-h-\[200px\] {
max-height: 200px;
}
.max-h-12 {
max-height: 3rem;
}
@ -1356,18 +1360,6 @@ select {
max-height: 18rem;
}
.max-h-24 {
max-height: 6rem;
}
.max-h-\[200px\] {
max-height: 200px;
}
.min-h-\[125px\] {
min-height: 125px;
}
.w-full {
width: 100%;
}
@ -1380,10 +1372,6 @@ select {
width: 9rem;
}
.min-w-\[145px\] {
min-width: 145px;
}
.max-w-screen-lg {
max-width: 1024px;
}
@ -1400,8 +1388,8 @@ select {
max-width: 768px;
}
.max-w-\[48px\] {
max-width: 48px;
.shrink-0 {
flex-shrink: 0;
}
.basis-1\/2 {