mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-08 07:07:15 +02:00
Small layout tweaks
This commit is contained in:
@@ -21,7 +21,7 @@ const DetailsLayout: React.FC<DetailsLayoutProps> = ({ title, children }) => {
|
|||||||
style={{
|
style={{
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
backgroundColor: '#00449E',
|
backgroundColor: '#00449E',
|
||||||
borderRadius: '9999px',
|
borderRadius: '4px',
|
||||||
color: '#FFF',
|
color: '#FFF',
|
||||||
display: 'inline-flex',
|
display: 'inline-flex',
|
||||||
margin: '32px 0',
|
margin: '32px 0',
|
||||||
|
@@ -4,6 +4,20 @@ import SubscribeForm from './SubscribeForm';
|
|||||||
|
|
||||||
const Footer: React.FC<{}> = () => {
|
const Footer: React.FC<{}> = () => {
|
||||||
return (
|
return (
|
||||||
|
<>
|
||||||
|
<div
|
||||||
|
style={{
|
||||||
|
borderLeft: '1px solid rgba(0, 0, 0, 0.2)',
|
||||||
|
borderRight: '1px solid rgba(0, 0, 0, 0.2)',
|
||||||
|
padding: '32px',
|
||||||
|
textAlign: 'center',
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<div style={{ lineHeight: 1.5, marginBottom: '12px' }}>
|
||||||
|
Subscribe to the newsletter for the latest layouts or patterns. No spam. Ever!
|
||||||
|
</div>
|
||||||
|
<SubscribeForm />
|
||||||
|
</div>
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
border: '1px solid rgba(0, 0, 0, 0.2)',
|
border: '1px solid rgba(0, 0, 0, 0.2)',
|
||||||
@@ -161,14 +175,9 @@ const Footer: React.FC<{}> = () => {
|
|||||||
</ul>
|
</ul>
|
||||||
<li>}</li>
|
<li>}</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div>
|
|
||||||
<div style={{ lineHeight: 1.5, marginBottom: '12px' }}>
|
|
||||||
Subscribe to the newsletter for the latest layouts or patterns. No spam. Ever!
|
|
||||||
</div>
|
|
||||||
<SubscribeForm />
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@ const ExplorePage = () => {
|
|||||||
to="/"
|
to="/"
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: '#00449E',
|
backgroundColor: '#00449E',
|
||||||
borderRadius: '9999px',
|
borderRadius: '4px',
|
||||||
color: '#FFF',
|
color: '#FFF',
|
||||||
padding: '8px 16px',
|
padding: '8px 16px',
|
||||||
textDecoration: 'none',
|
textDecoration: 'none',
|
||||||
|
@@ -26,7 +26,7 @@ const HomePage = () => {
|
|||||||
<h1
|
<h1
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: '#00449E',
|
backgroundColor: '#00449E',
|
||||||
borderRadius: '9999px',
|
borderRadius: '4px',
|
||||||
color: '#FFF',
|
color: '#FFF',
|
||||||
fontSize: '36px',
|
fontSize: '36px',
|
||||||
fontWeight: 600,
|
fontWeight: 600,
|
||||||
|
Reference in New Issue
Block a user