popravek referenc
Deploy to Development and Production / deploy (push) Successful in 7s Details

This commit is contained in:
Mark Poljanšek 2025-11-27 19:03:41 +01:00
parent 7156730fd8
commit 465a7c8880
3 changed files with 59 additions and 15 deletions

View File

@ -369,7 +369,17 @@
} }
.references-kicker-custom { .references-kicker-custom {
font-size: 2.4rem font-size: 2.4rem;
text-align: center;
padding-top: 0
}
.ref-left-wrapper {
height: auto
}
.ref-left-spacer {
display: none
} }
} }
@ -377,6 +387,10 @@
.ref-group-left { .ref-group-left {
grid-template-columns: 1fr grid-template-columns: 1fr
} }
.references-kicker-custom {
margin-bottom: 1.25rem
}
} }
</style> </style>
@ -389,12 +403,14 @@
<div class="ref-group-left"> <div class="ref-group-left">
<article class="reference-card"> <article class="reference-card">
<p style="text-align:justify;">V luči mojega osebnega poznavanja kolegice Amre Kurešepi sem prepričan, da lastnosti, ki jih je izkazovala že med študijem, to je zavzetost, resnost, odgovornost, samostojnost in ustvarjalnost, izkazuje pri vsakem delu, ki ga opravlja.</p> <p style="text-align:justify;">V luči mojega osebnega poznavanja kolegice Amre Kurešepi sem prepričan, da lastnosti, ki jih je izkazovala že med študijem, to je zavzetost, resnost, odgovornost, samostojnost in ustvarjalnost, izkazuje pri vsakem delu, ki ga opravlja.</p>
<p class="reference-author">red. prof. dr. Janez Skela</p> <div style="margin-top:auto; display:flex; flex-direction:column; gap:0.2rem;">
<div class="reference-cta" style="margin-top:auto;"> <p class="reference-author" style="margin-bottom:0;">red. prof. dr. Janez Skela</p>
<div class="reference-cta" style="white-space:nowrap; margin-top:0;">
<span>Preberi celo referenco</span> <span>Preberi celo referenco</span>
<span class="reference-arrow"></span> <span class="reference-arrow"></span>
<a class="reference-button" href="/cene-in-reference/#reference-janez">Prikaži</a> <a class="reference-button" href="/cene-in-reference/#reference-janez">Prikaži</a>
</div> </div>
</div>
</article> </article>
<article class="reference-card"> <article class="reference-card">

View File

@ -1946,7 +1946,17 @@ Mapa za JavaScript kodo, ki skrbi za interaktivnost.
} }
.references-kicker-custom { .references-kicker-custom {
font-size: 2.4rem font-size: 2.4rem;
text-align: center;
padding-top: 0
}
.ref-left-wrapper {
height: auto
}
.ref-left-spacer {
display: none
} }
} }
@ -1966,12 +1976,14 @@ Mapa za JavaScript kodo, ki skrbi za interaktivnost.
<div class="ref-group-left"> <div class="ref-group-left">
<article class="reference-card"> <article class="reference-card">
<p style="text-align:justify;">V luči mojega osebnega poznavanja kolegice Amre Kurešepi sem prepričan, da lastnosti, ki jih je izkazovala že med študijem, to je zavzetost, resnost, odgovornost, samostojnost in ustvarjalnost, izkazuje pri vsakem delu, ki ga opravlja.</p> <p style="text-align:justify;">V luči mojega osebnega poznavanja kolegice Amre Kurešepi sem prepričan, da lastnosti, ki jih je izkazovala že med študijem, to je zavzetost, resnost, odgovornost, samostojnost in ustvarjalnost, izkazuje pri vsakem delu, ki ga opravlja.</p>
<p class="reference-author">red. prof. dr. Janez Skela</p> <div style="margin-top:auto; display:flex; flex-direction:column; gap:0.2rem;">
<div class="reference-cta" style="margin-top:auto;"> <p class="reference-author" style="margin-bottom:0;">red. prof. dr. Janez Skela</p>
<div class="reference-cta" style="white-space:nowrap; margin-top:0;">
<span>Preberi celo referenco</span> <span>Preberi celo referenco</span>
<span class="reference-arrow">→</span> <span class="reference-arrow">→</span>
<a class="reference-button" href="/cene-in-reference/#reference-janez">Prikaži</a> <a class="reference-button" href="/cene-in-reference/#reference-janez">Prikaži</a>
</div> </div>
</div>
</article> </article>
<article class="reference-card"> <article class="reference-card">
@ -9221,11 +9233,15 @@ footer {
.article-conclusion-block { .article-conclusion-block {
display: flex; display: flex;
gap: 2rem; gap: 2rem;
align-items: flex-end; align-items: center;
margin: 1rem 0 2.5rem; margin: 1rem 0 0;
flex-wrap: wrap flex-wrap: wrap
} }
.article-conclusion-text p {
margin-bottom: 0
}
.article-conclusion-block .article-inline-image { .article-conclusion-block .article-inline-image {
margin: 0 margin: 0
} }

View File

@ -22,7 +22,8 @@ body {
line-height: 1.6; line-height: 1.6;
color: var(--text-color); color: var(--text-color);
background: var(--bg-color); background: var(--bg-color);
overflow: visible !important; overflow-x: hidden !important;
overflow-y: auto !important;
height: auto !important; height: auto !important;
min-height: 100vh; min-height: 100vh;
} }
@ -6132,6 +6133,17 @@ footer {
padding-left: 1.2rem padding-left: 1.2rem
} }
.article-inline-image.article-image-wide {
max-width: 100% !important;
width: 100%;
margin: 1.5rem 0
}
.article-inline-image {
max-width: 100%;
width: 100%
}
/* Touch-friendly links */ /* Touch-friendly links */
.sidebar-links a, .sidebar-links a,
.older-articles-list a { .older-articles-list a {