latest css Ju
This commit is contained in:
parent
8e1fd3bafe
commit
44a3215318
@ -578,7 +578,9 @@ div#about-content-top{
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1fr 1fr 1fr;
|
grid-template-columns: 1fr 1fr 1fr 1fr;
|
||||||
margin-bottom: 60px;
|
margin-bottom: 60px;
|
||||||
|
grid-gap: 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#about-content-top-left{
|
div#about-content-top-left{
|
||||||
grid-column: 1/span 2;
|
grid-column: 1/span 2;
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
@ -601,33 +603,31 @@ div#about-content-top{
|
|||||||
div#about-content-bottom{
|
div#about-content-bottom{
|
||||||
grid-column: 1/ span 4;
|
grid-column: 1/ span 4;
|
||||||
padding: 0 15%;
|
padding: 0 15%;
|
||||||
padding-bottom: 5%
|
padding-bottom: 5%;
|
||||||
margin-bottom: 60px;
|
margin-bottom: 200px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div#about-paragraph-subtitle{
|
div.about-paragraph-subtitle{
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
line-height: 35px;
|
line-height: 35px;
|
||||||
padding-bottom: 1.5rem;
|
padding-bottom: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#about-paragraph p {
|
div.about-paragraph p {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
padding-bottom: 0.5rem;
|
padding-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
div#about-paragraph a{
|
div.about-paragraph a{
|
||||||
font-family: 'Roboto Condensed', sans-serif;
|
font-family: 'Roboto Condensed', sans-serif;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: blue;
|
color: blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#about-title {
|
|
||||||
|
|
||||||
}
|
|
||||||
/************ TUTORIALS ************/
|
/************ TUTORIALS ************/
|
||||||
|
|
||||||
div#tutorials-intro{
|
div#tutorials-intro{
|
||||||
|
Loading…
Reference in New Issue
Block a user