Add responsive styles
This commit is contained in:
parent
7ba7f7d1a7
commit
735e457b0e
|
@ -3,7 +3,16 @@ layout: default
|
||||||
---
|
---
|
||||||
|
|
||||||
<section
|
<section
|
||||||
class="container max-w-screen-xl flex flex-col sm:flex-row pt-10 border-b"
|
class="
|
||||||
|
container
|
||||||
|
max-w-screen-xl
|
||||||
|
flex flex-col
|
||||||
|
sm:flex-row
|
||||||
|
pt-10
|
||||||
|
pb-0
|
||||||
|
md:pb-10
|
||||||
|
lg:pb-0
|
||||||
|
"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="
|
class="
|
||||||
|
|
Loading…
Reference in New Issue