log101-dot-dev/assets/scss/style.scss

43 lines
751 B
SCSS

#spotlight {
display: flex;
min-height: 100vh;
flex-direction: column;
align-items: start;
justify-content: space-between;
max-width: 400px;
margin: auto;
font-size: 1.5rem;
}
#home-center {
display: flex;
flex-direction: column;
align-items: flex-start;
}
#home-title {
color: #202020;
font-family: Inter;
font-size: 48px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
#home-nav {
display: flex;
flex-direction: column;
a {
color: #252525;
font-family: Inter;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 150%;
/* 60px */
text-decoration-line: underline;
}
}