Files
AdGuardHome/client/src/components/SetupGuide/Guide.css
2019-03-19 16:19:53 +03:00

16 lines
204 B
CSS

.guide {
max-width: 768px;
margin: 0 auto;
}
.guide__title {
margin-bottom: 10px;
font-size: 17px;
font-weight: 700;
}
.guide__desc {
margin-bottom: 20px;
font-size: 15px;
}