1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-24 13:26:08 +03:00

refactor of markup

This commit is contained in:
zeot 2018-12-18 19:48:32 +04:00
parent ec9670ee1d
commit 45ca4f115f

View File

@ -1,6 +1,6 @@
<template> <template>
<v-app> <v-app>
<toolbar></toolbar> <toolbar />
<v-content> <v-content>
<router-view></router-view> <router-view></router-view>
</v-content> </v-content>
@ -56,6 +56,9 @@ a {
a:hover { a:hover {
text-decoration-line: underline; text-decoration-line: underline;
} }
.text-transform-none {
text-transform: none !important;
}
div.sourceCode { div.sourceCode {
overflow-x: auto; overflow-x: auto;
} }