refactor: wrap content in a div for better structure in company and student pages

This commit is contained in:
2025-10-20 18:22:16 +02:00
parent 7351c69ce0
commit 160b85f2e7
2 changed files with 70 additions and 68 deletions

View File

@@ -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>

View File

@@ -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>