Make course profile filter more mobile friendly
This commit is contained in:
parent
b0909c52d3
commit
1290703095
|
|
@ -69,7 +69,9 @@ const changeViewType = (viewType: ViewType) => {
|
|||
<template>
|
||||
<div class="flex flex-col">
|
||||
<!-- Top -->
|
||||
<div class="flex flex-row justify-between space-x-8 bg-gray-200 p-6 sm:p-12">
|
||||
<div
|
||||
class="flex flex-col justify-between gap-8 bg-gray-200 p-6 sm:p-12 xl:flex-row"
|
||||
>
|
||||
<!-- Left -->
|
||||
<div class="flex flex-col justify-between lg:w-1/2">
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue