Web/commissions/style.css

45 lines
608 B
CSS

body {
font-family: Roboto;
}
.carousel-item img {
max-height: 80vh;
width: auto;
object-fit: cover;
}
.carousel-item a {
color: white;
}
.par {
width: 95%;
max-width: 850px;
margin-top: 1em;
margin-bottom: 1em;
margin-left: auto;
margin-right: auto;
}
.test {
width: 90%;
margin-top: 20px;
padding: 20px;
background-color: #f0f0f0;
border-radius: 5px;
}
.test-left {
margin-right: 10%;
margin-left: auto;
}
.test-right {
margin-left: 10%;
margin-right: auto;
}
.test-name {
text-align: right;
margin-bottom: 0;
}