mirror of
https://github.com/aelve/guide.git
synced 2024-12-23 21:02:13 +03:00
refactor of markup
This commit is contained in:
parent
ec9670ee1d
commit
45ca4f115f
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<v-app>
|
||||
<toolbar></toolbar>
|
||||
<toolbar />
|
||||
<v-content>
|
||||
<router-view></router-view>
|
||||
</v-content>
|
||||
@ -56,6 +56,9 @@ a {
|
||||
a:hover {
|
||||
text-decoration-line: underline;
|
||||
}
|
||||
.text-transform-none {
|
||||
text-transform: none !important;
|
||||
}
|
||||
div.sourceCode {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user