styling improvements

This commit is contained in:
dev
2021-06-01 13:10:14 +03:00
parent 2f4c17d534
commit 04c3eabfee
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ const StyledButton = styled.button<{ $selected: boolean }>`
border-radius: none;
padding: 0.8rem 2rem;
margin: 0.5rem;
font-size: 0.8rem;
font-size: 0.7rem;
background: none;
text-transform: uppercase;
+1 -1
View File
@@ -10,7 +10,7 @@ const Container = styled.div`
position: relative;
padding: 0;
min-height: 75vh;
min-height: 35rem;
section {
padding: 2rem 6rem;
+3 -3
View File
@@ -47,7 +47,7 @@ body {
}
p {
font-size: 1.2rem;
font-size: 1.0rem;
font-weight: 300;
word-break: break-word;
hyphens: auto;
@@ -55,14 +55,14 @@ p {
h1 {
line-height: 1.15;
font-size: 2.5rem;
font-size: 1.5rem;
font-weight: 200;
margin-block-start: 0;
margin-block-end: 0;
}
h2 {
font-size: 1.2rem;
font-size: 1.0rem;
font-weight: 700;
letter-spacing: 0.1em;
margin-block-start: 0;