Build prod

This commit is contained in:
Eugene Serb
2022-07-25 13:48:06 +03:00
parent 2181f2480c
commit 72d01cbb85
5 changed files with 50 additions and 42 deletions

View File

@@ -469,6 +469,25 @@ table, th, td {
/* PAGES */
/* ----- */
dl dd:last-child {
margin-bottom: 0;
}
dt {
margin-bottom: 4px;
font-size: 16px;
font-weight: 500;
font-style: oblique;
}
dd {
margin-bottom: 16px;
padding-left: 16px;
font-size: 14px;
font-weight: 300;
font-style: normal;
}
/* ----------- */
/* WAVELOVERS */
/* ----------- */
@@ -477,12 +496,3 @@ table, th, td {
word-break: break-all;
}
.faq__ask {
font-size: 18px;
font-weight: 500;
}
.faq__reply {
padding-left: 16px;
}