Files
runosaari.net/assets/css/pages/performance.scss
2021-04-28 18:51:00 +03:00

15 lines
268 B
SCSS

section.text {
display: flex;
flex-direction: column;
align-items: center;
width: 80%;
max-width: 1000px;
background-image: linear-gradient(to top, rgba(255, 0, 0, 0), #d5caf2);
text-align: center;
p {
padding: 0px 20px;
max-width: 56%;
}
}