TeleQom.org/css/sections/about.css

24 lines
348 B
CSS
Raw Normal View History

2023-03-15 19:53:04 +00:00
.about {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.about h2 {
margin-bottom: 5rem;
}
.about div {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 2rem;
text-align: center;
max-width: 80%;
}
.about h3 {
2023-04-23 19:29:19 +00:00
margin-bottom: 1.5rem;
2023-03-15 19:53:04 +00:00
}