mirror of
https://github.com/wassname/talk.git
synced 2026-07-19 11:28:50 +08:00
Merge pull request #1646 from mkonikov/hr-fix
[CSS Fix] HR line on older devices - Flexbox
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user