comfycamp/assets/css/home.css

17 lines
189 B
CSS
Raw Normal View History

2024-08-26 22:10:51 +05:00
.home .service {
margin-top: 28px;
}
2024-08-26 22:10:51 +05:00
.home .service h3 {
margin-bottom: 8px;
}
2024-08-26 22:10:51 +05:00
.home .service .link {
color: var(--accent);
}
2024-08-26 22:10:51 +05:00
.home .service svg {
width: 16px;
height: 16px;
}