mootfrost-dev/static/resources/styles/about.style.css
2023-05-01 16:23:38 +03:00

23 lines
No EOL
358 B
CSS
Executable file

@import url(style.css);
.wrapper {
width: 40%;
position: relative;
margin-top: 20px;
left: 50%;
transform: translateX(-50%);
color: white;
}
.main-title {
font-weight: 800;
font-size: 3em;
}
.content {
margin-top: 10px;
margin-bottom: 10px;
font-size: 1.5rem;
word-wrap: break-word;
line-height: 1.9;
}