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 {
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 {
grid-template-columns: 1fr
}
.references-kicker-custom {
margin-bottom: 1.25rem
}
}
</style>
@ -389,11 +403,13 @@
<div class="ref-group-left">
<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 class="reference-author">red. prof. dr. Janez Skela</p>
<div class="reference-cta" style="margin-top:auto;">
<span>Preberi celo referenco</span>
<span class="reference-arrow"></span>
<a class="reference-button" href="/cene-in-reference/#reference-janez">Prikaži</a>
<div style="margin-top:auto; display:flex; flex-direction:column; gap:0.2rem;">
<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 class="reference-arrow"></span>
<a class="reference-button" href="/cene-in-reference/#reference-janez">Prikaži</a>
</div>
</div>
</article>

View File

@ -1946,7 +1946,17 @@ Mapa za JavaScript kodo, ki skrbi za interaktivnost.
}
.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,11 +1976,13 @@ Mapa za JavaScript kodo, ki skrbi za interaktivnost.
<div class="ref-group-left">
<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 class="reference-author">red. prof. dr. Janez Skela</p>
<div class="reference-cta" style="margin-top:auto;">
<span>Preberi celo referenco</span>
<span class="reference-arrow">→</span>
<a class="reference-button" href="/cene-in-reference/#reference-janez">Prikaži</a>
<div style="margin-top:auto; display:flex; flex-direction:column; gap:0.2rem;">
<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 class="reference-arrow">→</span>
<a class="reference-button" href="/cene-in-reference/#reference-janez">Prikaži</a>
</div>
</div>
</article>
@ -9221,11 +9233,15 @@ footer {
.article-conclusion-block {
display: flex;
gap: 2rem;
align-items: flex-end;
margin: 1rem 0 2.5rem;
align-items: center;
margin: 1rem 0 0;
flex-wrap: wrap
}
.article-conclusion-text p {
margin-bottom: 0
}
.article-conclusion-block .article-inline-image {
margin: 0
}

View File

@ -22,7 +22,8 @@ body {
line-height: 1.6;
color: var(--text-color);
background: var(--bg-color);
overflow: visible !important;
overflow-x: hidden !important;
overflow-y: auto !important;
height: auto !important;
min-height: 100vh;
}
@ -6132,6 +6133,17 @@ footer {
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 */
.sidebar-links a,
.older-articles-list a {