mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
website - center terminal on filter
This commit is contained in:
parent
a729174899
commit
a1f52feb07
File diff suppressed because one or more lines are too long
@ -149,7 +149,7 @@
|
||||
</div>
|
||||
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="row justify-content-center">
|
||||
<template v-for="theme in themes">
|
||||
<div class="col-md-6 col-lg-6 col-xl-4" v-show="filter === theme.category || filter === 'all' || filter === 'background' || filter === theme.background.toLowerCase()">
|
||||
<div class="terminal">
|
||||
|
Loading…
Reference in New Issue
Block a user