Fix hr line on older devices

This commit is contained in:
Mendel Konikov
2018-05-23 17:42:40 -04:00
parent 9c7ed62cba
commit 92420ae827
@@ -24,6 +24,8 @@
box-sizing: border-box;
margin: 0;
padding: 0;
top: calc(50% - 2px);
left: 0;
}
.container {
@@ -33,4 +35,4 @@
align-items: center;
height: 50px;
margin: 0 20px;
}
}