mirror of
https://github.com/Rakantor/personal-portfolio.git
synced 2025-12-17 19:36:32 +01:00
Change page content max width
This commit is contained in:
@@ -33,6 +33,12 @@ p a {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page-content {
|
||||||
|
max-width: 800px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.v-overlay__scrim {
|
.v-overlay__scrim {
|
||||||
background: rgb(var(--v-theme-background)) !important;
|
background: rgb(var(--v-theme-background)) !important;
|
||||||
opacity: 0.9 !important;
|
opacity: 0.9 !important;
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<div class="page-content">
|
||||||
<v-row>
|
<v-row>
|
||||||
<v-col cols="12">
|
<v-col cols="12">
|
||||||
<span class="text-h5 text-md-h4 text-high-emphasis">
|
<span class="text-h5 text-md-h4 text-high-emphasis">
|
||||||
@@ -56,6 +57,7 @@
|
|||||||
</v-card>
|
</v-card>
|
||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Reference in New Issue
Block a user