|
|
@ -578,7 +578,9 @@ div#about-content-top{ |
|
|
|
display: grid; |
|
|
|
grid-template-columns: 1fr 1fr 1fr 1fr; |
|
|
|
margin-bottom: 60px; |
|
|
|
grid-gap: 5%; |
|
|
|
} |
|
|
|
|
|
|
|
div#about-content-top-left{ |
|
|
|
grid-column: 1/span 2; |
|
|
|
font-size: 32px; |
|
|
@ -601,33 +603,31 @@ div#about-content-top{ |
|
|
|
div#about-content-bottom{ |
|
|
|
grid-column: 1/ span 4; |
|
|
|
padding: 0 15%; |
|
|
|
padding-bottom: 5% |
|
|
|
margin-bottom: 60px; |
|
|
|
padding-bottom: 5%; |
|
|
|
margin-bottom: 200px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
div#about-paragraph-subtitle{ |
|
|
|
div.about-paragraph-subtitle{ |
|
|
|
font-size: 30px; |
|
|
|
line-height: 35px; |
|
|
|
padding-bottom: 1.5rem; |
|
|
|
} |
|
|
|
|
|
|
|
div#about-paragraph p { |
|
|
|
div.about-paragraph p { |
|
|
|
font-size: 20px; |
|
|
|
line-height: 30px; |
|
|
|
padding-bottom: 0.5rem; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
div#about-paragraph a{ |
|
|
|
div.about-paragraph a{ |
|
|
|
font-family: 'Roboto Condensed', sans-serif; |
|
|
|
text-decoration: none; |
|
|
|
color: blue; |
|
|
|
} |
|
|
|
|
|
|
|
div#about-title { |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/************ TUTORIALS ************/ |
|
|
|
|
|
|
|
div#tutorials-intro{ |
|
|
|