2021-05-27 17:44:11 +03:00
|
|
|
html {
|
|
|
|
font-size: 62.5%;
|
|
|
|
}
|
|
|
|
|
2021-05-25 14:50:01 +03:00
|
|
|
body {
|
|
|
|
margin: 0;
|
2021-05-26 13:35:57 +03:00
|
|
|
padding: 0;
|
|
|
|
box-sizing: border-box;
|
2024-02-14 18:46:53 +03:00
|
|
|
font-family: "LabGrotesque", sans-serif !important;
|
2021-05-25 14:50:01 +03:00
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
2024-02-14 18:46:53 +03:00
|
|
|
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
|
2021-05-25 14:50:01 +03:00
|
|
|
monospace;
|
|
|
|
}
|
2021-08-12 12:40:47 +03:00
|
|
|
|
2021-08-18 15:56:24 +03:00
|
|
|
.container {
|
|
|
|
position: relative !important;
|
2021-09-28 12:46:16 +03:00
|
|
|
}
|
|
|
|
|
2023-03-30 15:07:05 +03:00
|
|
|
p {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2021-09-28 12:46:16 +03:00
|
|
|
@media (max-width: 568px) {
|
|
|
|
.col-xs-12 {
|
|
|
|
width: 100% !important;
|
|
|
|
max-width: 100%;
|
|
|
|
flex: initial;
|
|
|
|
}
|
2022-05-27 14:39:05 +03:00
|
|
|
}
|