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

Merge branch 'site_container_fix' into 'master'

Site Container Fix

Fixing up the content padding on the landing page. (the "What Users Are Saying" part)

This should be merged as soon as possible, it is currently broken on the front-page right now.

See merge request !575
parents 31a412c7 d345099b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -43,15 +43,19 @@ h2 {
margin:0 28px 28px 0;
max-height: 55px;
}
.light {
font-weight: 300;
}
.medium {
font-weight: 400;
}
img {
max-width: 100%;
}
.inline {
display: inline;
}
Loading
Loading
Loading
Loading
@@ -337,7 +337,7 @@
.content {
background-color: white;
margin: 0;
padding: 30px;
padding: 50px 0px 80px 0;
}
 
.what-is {
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