Stylistic changes according to new guidelines

This commit is contained in:
Moris Zen
2018-08-01 22:33:10 +02:00
parent ef9e0536b6
commit 906f73b34f
8 changed files with 144 additions and 52 deletions

View File

@@ -1,6 +1,6 @@
import React, { Component } from 'react'
import Link, { withPrefix } from 'gatsby-link'
import LogoSaburly from '../images/logo-saburly-colorful.svg'
import LogoSaburly from '../images/saburly-logo-purple.svg'
import Button from './Button'
import './Header.css'

View File

@@ -26,7 +26,7 @@ const PageIntro = ({ ...props }) => (
{props.image && (
<img
src={props.image}
className="lg:-mt-4 md:max-w-md xl:max-w-full z-10"
className="md:max-w-md xl:max-w-full z-10"
alt="Software Development Agency"
/>
)}

View File

@@ -13,7 +13,7 @@ const Service = ({ ...props }) => (
alt={`${props.title} agency`}
/>
<InfoBox
classes="bg-white md:m-0 opacity-70 md:max-w-sm"
classes="p-4 md:m-0 opacity-70 md:max-w-sm"
headline={props.title}
text={props.text}
/>