Skip to content
Snippets Groups Projects
Commit 50163ca6 authored by Julian's avatar Julian
Browse files

Fix mascot sizes

parent 91b41e73
No related branches found
No related tags found
1 merge request!390Resolve "Jump to first lesson instead of current time in timetables"
Pipeline #193860 passed
......@@ -25,7 +25,13 @@ export default {
v-bind="$attrs"
>
<div class="text-center">
<mascot type="timetable" size="60" class="mb-4" />
<mascot
type="timetable"
class="mb-4"
max-width="min(80vw, 600px)"
max-height="min(50vh, 500px)"
contain
/>
<div class="text-h5 grey--text text--darken-2 mb-2">
{{ $t(titleKey) }}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment