[func] kareta
parent
71f4a7da49
commit
61368a6bdb
Binary file not shown.
|
After Width: | Height: | Size: 204 KiB |
|
|
@ -26,7 +26,7 @@
|
||||||
<div class="self-center">
|
<div class="self-center">
|
||||||
<img class="max-h-[200px]" src="{% static 'podlzbs.jpg' %}" alt="" />
|
<img class="max-h-[200px]" src="{% static 'podlzbs.jpg' %}" alt="" />
|
||||||
</div>
|
</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">
|
<div class="mb-4 mx-auto p-2 text-center">
|
||||||
<h1>
|
<h1>
|
||||||
Podlaski Związek <br />
|
Podlaski Związek <br />
|
||||||
|
|
@ -68,6 +68,14 @@
|
||||||
><img class="max-h-12" src="{% static 'labs.jpg' %}" alt="ŁABS"
|
><img class="max-h-12" src="{% static 'labs.jpg' %}" alt="ŁABS"
|
||||||
/></a>
|
/></a>
|
||||||
</div>
|
</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>
|
<div>
|
||||||
<a
|
<a
|
||||||
id="atu"
|
id="atu"
|
||||||
|
|
|
||||||
|
|
@ -1348,6 +1348,10 @@ select {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.max-h-\[200px\] {
|
||||||
|
max-height: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
.max-h-12 {
|
.max-h-12 {
|
||||||
max-height: 3rem;
|
max-height: 3rem;
|
||||||
}
|
}
|
||||||
|
|
@ -1356,18 +1360,6 @@ select {
|
||||||
max-height: 18rem;
|
max-height: 18rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.max-h-24 {
|
|
||||||
max-height: 6rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.max-h-\[200px\] {
|
|
||||||
max-height: 200px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.min-h-\[125px\] {
|
|
||||||
min-height: 125px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.w-full {
|
.w-full {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
@ -1380,10 +1372,6 @@ select {
|
||||||
width: 9rem;
|
width: 9rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.min-w-\[145px\] {
|
|
||||||
min-width: 145px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.max-w-screen-lg {
|
.max-w-screen-lg {
|
||||||
max-width: 1024px;
|
max-width: 1024px;
|
||||||
}
|
}
|
||||||
|
|
@ -1400,8 +1388,8 @@ select {
|
||||||
max-width: 768px;
|
max-width: 768px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.max-w-\[48px\] {
|
.shrink-0 {
|
||||||
max-width: 48px;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.basis-1\/2 {
|
.basis-1\/2 {
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 204 KiB |
|
|
@ -1348,6 +1348,10 @@ select {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.max-h-\[200px\] {
|
||||||
|
max-height: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
.max-h-12 {
|
.max-h-12 {
|
||||||
max-height: 3rem;
|
max-height: 3rem;
|
||||||
}
|
}
|
||||||
|
|
@ -1356,18 +1360,6 @@ select {
|
||||||
max-height: 18rem;
|
max-height: 18rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.max-h-24 {
|
|
||||||
max-height: 6rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.max-h-\[200px\] {
|
|
||||||
max-height: 200px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.min-h-\[125px\] {
|
|
||||||
min-height: 125px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.w-full {
|
.w-full {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
@ -1380,10 +1372,6 @@ select {
|
||||||
width: 9rem;
|
width: 9rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.min-w-\[145px\] {
|
|
||||||
min-width: 145px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.max-w-screen-lg {
|
.max-w-screen-lg {
|
||||||
max-width: 1024px;
|
max-width: 1024px;
|
||||||
}
|
}
|
||||||
|
|
@ -1400,8 +1388,8 @@ select {
|
||||||
max-width: 768px;
|
max-width: 768px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.max-w-\[48px\] {
|
.shrink-0 {
|
||||||
max-width: 48px;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.basis-1\/2 {
|
.basis-1\/2 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue