mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-08-05 05:29:14 +00:00
16 lines
204 B
CSS
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;
|
|
}
|