Skip to content
Snippets Groups Projects
Commit 57eac4d2 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

Fix margin

parent 01dd3150
No related branches found
No related tags found
No related merge requests found
<template id=""> <template id="">
<main> <main>
<div class='about' :class="$vuetify.breakpoint.name"> <div class='about' :class="$vuetify.breakpoint.name">
<v-radio-group row v-model="lang" @change="update_locale"> <v-radio-group class='about_lang' row v-model="lang" @change="update_locale">
<template v-slot:label tabindex="1"> <template v-slot:label tabindex="1">
</template> </template>
<v-radio value="nb" color="primary"> <v-radio value="nb" color="primary">
...@@ -584,8 +584,8 @@ main { ...@@ -584,8 +584,8 @@ main {
} }
v-radio-group { .about_lang {
padding-left: 200px !important; margin-left: 20px;
} }
.about { .about {
......
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