guild_front/src/index.css

27 lines
509 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;
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;
}
h1 {
display: none;
}
2021-08-17 13:12:08 +03:00
2021-08-18 15:56:24 +03:00
.container {
position: relative !important;
}