pedf
/
spin
Archived
1
0
Fork 0

Styly odkazů a nová sekce s rozhovorem

master
Emil Miler 3 years ago
parent a8454f7626
commit 0e9a405c42

@ -147,6 +147,15 @@
</div>
</section>
<section class="fancyheader">
<div class="wrap">
<h2>Rozhovor</h2>
<div>
<p><a href="https://pedf.cuni.cz/PEDF-54.html?news=12356&locale=cz">Rozhovor s projektovou manažerkou</a> projektu <a href="https://www.zacitspolu.eu/projekt/spin/">SPIN</a>, který aktuálně probíhá na <a href="https://pedf.cuni.cz">Pedagogické fakultě</a>.</p>
</div>
</div>
</section>
<section class="articles fancyheader">
<div class="wrap">
<h2>Články</h2>

@ -13,6 +13,13 @@
* { box-sizing: border-box }
html { scroll-behavior: smooth }
a {
color: inherit;
font-weight: bold;
text-decoration: none;
}
a:hover { text-decoration: underline }
.wrap {
max-width: var(--width);
margin: 0 auto;
@ -140,7 +147,7 @@ main .articles .list {
margin-top: 4em;
}
main .articles .list article a {
color: inherit;
font-weight: normal;
text-decoration: none;
cursor: pointer;
}