Skip to content
Snippets Groups Projects
Commit 6a9b0129 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixed minor alignment issue

parent 3317e360
Branches
No related tags found
No related merge requests found
......@@ -225,6 +225,9 @@
background: #fff
position: relative
@media(max-width: 800px)
line-height: 1rem
> .more
height: 56px
width: 56px
......
......@@ -1098,6 +1098,9 @@ body {
color: #212121;
background: #fff;
position: relative; }
@media (max-width: 800px) {
.results .buffer .container .context .message {
line-height: 1rem; } }
.results .buffer .container .context .message > .more {
height: 56px;
width: 56px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment