thebadspace/public/assets/css/front/location.css

22 lines
333 B
CSS
Raw Normal View History

section[role="location"] {
background: var(--primary);
width: 100%;
max-width: 600px;
padding: 10px;
margin: 0 auto;
color: var(--white);
}
section[role="location"] img {
width: 33%;
border-radius: 3px;
overflow: hidden;
vertical-align: top;
}
2023-08-29 20:37:52 +02:00
.rating-icon {
width: 45px;
top: 10px;
position: relative;
}