TeleQom.org website (https://teleqom.org)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
TeleQom.org/css/sections/intro.css

26 lines
392 B

#intro {
margin-top: var(--nav-height);
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
}
#intro h2 {
max-width: 80%;
margin-bottom: 5rem;
}
#intro p {
max-width: 80%;
margin-bottom: 1rem;
}
@media only screen and (max-width: 500px) {
#intro p {
max-width: 90%;
}
}