You've already forked isop-mirror
refactor: wrap content in a div for better structure in company and student pages
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
<h2 class="page-container page-title">Detaily a pravidlá odbornej praxe pre firmy</h2>
|
||||
<p class="page-container page-lead">
|
||||
Kompletné informácie o odbornej praxi pre firmy
|
||||
@@ -53,8 +54,7 @@
|
||||
</v-expansion-panel>
|
||||
</v-expansion-panels>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
<h2 class="page-container page-title">Informácie o odbornej praxi pre študentov</h2>
|
||||
<p class="page-container page-lead">
|
||||
Kompletné informácie o odbornej praxi – priebeh, hodnotenie, zmluvy a pokyny pre študentov.
|
||||
@@ -24,6 +25,7 @@
|
||||
<PageCard title="Kredity" description="Po úspešnom absolvovaní predmetu študent získa 5 kreditov" link="/"
|
||||
icon="mdi-school-outline" />
|
||||
</v-row>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user