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

Some layout tweaks

This commit is contained in:
Phuoc Nguyen
2019-11-29 10:10:38 +07:00
parent 4e80dfdf79
commit 86eb00f7da
13 changed files with 40 additions and 81 deletions

View File

@@ -5,8 +5,8 @@ const Footer: React.FC<{}> = () => {
<div
style={{
border: '1px solid rgba(0, 0, 0, 0.2)',
borderBottomLeftRadius: '8px',
borderBottomRightRadius: '8px',
// borderBottomLeftRadius: '8px',
// borderBottomRightRadius: '8px',
display: 'flex',
}}
>
@@ -32,7 +32,6 @@ const Footer: React.FC<{}> = () => {
>
<li style={{ alignItems: 'center', display: 'flex' }}>
<h3
className="hljs-selector-class"
style={{
fontSize: '20px',
fontWeight: 700,
@@ -107,7 +106,6 @@ const Footer: React.FC<{}> = () => {
>
<li style={{ alignItems: 'center', display: 'flex' }}>
<h3
className="hljs-selector-class"
style={{
fontSize: '20px',
fontWeight: 700,