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.
- red. prof. dr. Janez Skela
-
-
Preberi celo referenco
-
→
-
Prikaži
+
+
red. prof. dr. Janez Skela
+
+
Preberi celo referenco
+
→
+
Prikaži
+
@@ -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
}
diff --git a/css/style.css b/css/style.css
index c75ec81..eaf36d1 100644
--- a/css/style.css
+++ b/css/style.css
@@ -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 {