You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
598 B
SCSS

.home-greeting {
display: flex;
margin: auto;
width: 100%;
h1 {
font-size: 3em;
text-align: center;
width: 100%;
}
}
.home-description {
width: 100%;
font-size: 1.5em;
margin: auto;
text-align: center;
}
.github-stats {
margin: auto;
display: flex;
width: 100%;
align-items: center;
flex-wrap: wrap;
img {
padding: 5px;
margin: auto;
display: flex;
}
}
.home-icons {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
.icon {
padding: 15px;
img {
height: 50px;
width: auto;
}
}
}