[func] kareta
parent
71f4a7da49
commit
61368a6bdb
Binary file not shown.
|
After Width: | Height: | Size: 204 KiB |
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 204 KiB |
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue