Skip to content
Snippets Groups Projects
Commit 164a9399 authored by Sid Sijbrandij's avatar Sid Sijbrandij
Browse files

Merge branch 'small_fix_testimonial' into 'master'

Margins bug

Fixed a bug regarding margins of the page. The switching of the sprite must've messed with the outside margins. Anyhow, it should be fixed now.

See merge request !578
parents 4e4c250d 7cf78857
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -482,9 +482,13 @@
width: 100%;
}
}
.logos {
margin-left: 0;
margin-right: 0;
margin-top: 18px;
}
.logos > div {
height: 203px;
}
Loading
Loading
@@ -529,6 +533,11 @@
text-align: center;
}
 
.twitter-head {
margin-left: 0;
margin-right: 0;
}
.twitter-head h2 {
font-family: 'Korolev-Medium';
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment