mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-11 18:45:41 +00:00
Updated Home styling
This commit is contained in:
parent
10311c0a0a
commit
122647205f
@ -21,7 +21,6 @@
|
||||
|
||||
.title {
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
font-size: 2.5rem;
|
||||
line-height: 1.125;
|
||||
@include sm {
|
||||
@ -38,6 +37,10 @@
|
||||
color: grey;
|
||||
}
|
||||
|
||||
.title, .description {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.description {
|
||||
margin: 2rem 0 1rem 0;
|
||||
font-weight: normal;
|
||||
@ -72,7 +75,7 @@
|
||||
border-color: #0070f3;
|
||||
}
|
||||
|
||||
.card h2 {
|
||||
.card h3 {
|
||||
margin: 0 0 1rem 0;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
@ -88,7 +91,7 @@
|
||||
font-size: 1rem;
|
||||
line-height: 1.75;
|
||||
@include sm {
|
||||
font-size: 1.25rem;
|
||||
font-size: 1.125rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user