Style links

This commit is contained in:
Christian Cueni 2020-05-04 15:22:35 +02:00
parent 4282c9df06
commit 5be7428b70
1 changed files with 9 additions and 3 deletions

View File

@ -40,9 +40,9 @@
</section> </section>
<section class="get-license"> <section class="get-license">
<h2>Oder, kaufen Sie eine Lizenz</h2> <h2>Oder, kaufen Sie eine Lizenz</h2>
<ul> <ul class="license-links">
<li><a :href="teacherEditionUrl">mySkillobx für Lehrpersonen</a></li> <li class="license-links__item"><a :href="teacherEditionUrl" class="noserif-link">mySkillobx für Lehrpersonen</a></li>
<li><a :href="studentEditionUrl">mySkillobx für Lernende</a></li> <li class="license-links__item"><a :href="studentEditionUrl" class="noserif-link">mySkillobx für Lernende</a></li>
</ul> </ul>
</section> </section>
</div> </div>
@ -141,4 +141,10 @@ export default {
margin-top: $large-spacing margin-top: $large-spacing
} }
.license-links {
&__item {
margin-bottom: $medium-spacing;
}
}
</style> </style>