c3cat-landingpage/assets/css/style.css

28 lines
342 B
CSS
Raw Normal View History

2024-03-10 21:12:56 +01:00
body {
font-family: system-ui,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,Helvetica,Arial,"Helvetica Neue",sans-serif;
text-align: center;
}
.container {
max-width: 900px;
margin: 0 auto;
padding: 0 5px;
}
footer {
margin-top: 4rem;
}
img {
width: 100%;
}
.hero-img {
max-width: 500px;
}
p.bigger {
font-size: 1.2rem;
}