1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-14 01:54:47 +02:00

The details page supports smaller screens

This commit is contained in:
Phuoc Nguyen
2020-02-04 11:55:49 +07:00
parent 6505d1e478
commit 8af4debb53
96 changed files with 107 additions and 140 deletions

View File

@@ -23,10 +23,10 @@ const Footer: React.FC<{}> = () => {
<SubscribeForm />
</div>
<div
className='md:flex xl:border-l xl:border-r xl:border-b xl:border-gray-400 xl:mb-16'
className='sm:flex md:border-b md:border-gray-400 xl:border-l xl:border-r xl:border-b xl:border-gray-400 xl:mb-16'
>
<div
className='border-t border-gray-400 md:border-r'
className='border-t border-gray-400 sm:border-r'
style={{
display: 'flex',
flex: 1,
@@ -184,7 +184,7 @@ const Footer: React.FC<{}> = () => {
style={{ marginLeft: 'auto', textDecoration: 'none' }}
target="_blank"
>
github.com/phuoc-ng/csslayout
phuoc-ng/csslayout
</a>
<div>;</div>
</li>