Fix border-radius glitch

This commit is contained in:
schmelczerandras 2020-11-18 20:21:20 +01:00
parent cebd40cd02
commit 802b215225

View file

@ -1,6 +1,5 @@
@import './mixins'; @import './mixins';
$bg: linear-gradient(45deg, #103783, #9bafd9);
$breakpoint: 800px; $breakpoint: 800px;
* { * {
@ -18,7 +17,7 @@ body {
} }
html { html {
background: $bg; background-color: #103783;
@media (max-width: $breakpoint) { @media (max-width: $breakpoint) {
font-size: 0.7rem; font-size: 0.7rem;