guild_front/src/index.css

34 lines
514 B
CSS
Raw Normal View History

2021-05-27 17:44:11 +03:00
html {
font-size: 62.5%;
}
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;
-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",
monospace;
}
2021-08-18 15:56:24 +03:00
.container {
position: relative !important;
}
2023-03-30 15:07:05 +03:00
p {
margin-bottom: 0;
}
@media (max-width: 568px) {
.col-xs-12 {
width: 100% !important;
max-width: 100%;
flex: initial;
}
2022-05-27 14:39:05 +03:00
}