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;
|
2021-05-25 14:50:01 +03:00
|
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
|
|
|
|
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
|
|
|
|
sans-serif;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
|
|
|
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
|
|
|
|
monospace;
|
|
|
|
}
|
2021-08-12 12:40:47 +03:00
|
|
|
|
|
|
|
h1 {
|
|
|
|
display: none;
|
|
|
|
}
|
2021-08-17 13:12:08 +03:00
|
|
|
|
2021-08-18 15:56:24 +03:00
|
|
|
.container {
|
|
|
|
position: relative !important;
|
2021-09-28 12:46:16 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 568px) {
|
|
|
|
.col-xs-12 {
|
|
|
|
width: 100% !important;
|
|
|
|
max-width: 100%;
|
|
|
|
flex: initial;
|
|
|
|
}
|
2021-08-18 15:56:24 +03:00
|
|
|
}
|