mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 00:06:15 -04:00
refactor: home page layout
Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
parent
9e94a985ca
commit
ba5e07d063
1 changed files with 2 additions and 4 deletions
|
@ -9,9 +9,7 @@
|
||||||
</v-card-text>
|
</v-card-text>
|
||||||
</v-card>
|
</v-card>
|
||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
<v-col cols="12" lg="5" md="12">
|
||||||
<v-row justify="center" align="center">
|
|
||||||
<v-col cols="12" lg="8" md="12">
|
|
||||||
<v-card class="card-auto">
|
<v-card class="card-auto">
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
<div class="card-wrapper ">
|
<div class="card-wrapper ">
|
||||||
|
@ -56,7 +54,7 @@
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
div {
|
div {
|
||||||
flex: 0 1 20%;
|
flex: 0 1 33%;
|
||||||
|
|
||||||
@media only screen and (max-width: 800px) {
|
@media only screen and (max-width: 800px) {
|
||||||
flex: 0 1 33%;
|
flex: 0 1 33%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue