This commit is contained in:
Robin Hägg 2015-09-13 14:50:42 +02:00
parent 323727c79d
commit e962d7782c
3 changed files with 7 additions and 5 deletions

View File

@ -131,7 +131,7 @@
<div class="col"> <div class="col">
<h2>Entertainment technology, expertly tailored to your project</h2> <h2>Entertainment technology, expertly tailored to your project</h2>
</div> </div>
<div class="col m-12 l-8 s-centered"> <div class="col m-12 l-10 s-centered">
<div class="row"> <div class="row">
<div class="col m-6 blue-left"> <div class="col m-6 blue-left">
<h3>Immersion through design</h3> <h3>Immersion through design</h3>

View File

@ -668,6 +668,8 @@
text-align: center; text-align: center;
h1,a{color:$softwhite;font-weight:600;} h1,a{color:$softwhite;font-weight:600;}
h1{@include std-shadow-text;font-size:2.2em;} h1{@include std-shadow-text;font-size:2.2em;}
@media all and (max-width:450px){h1{font-size:2em;}}
@media all and (max-width:370px){h1{font-size:1.8em;}}
.slide-picker { .slide-picker {
@include std-shadow; @include std-shadow;
@ -685,9 +687,8 @@
line-height:40px; line-height:40px;
border-radius: 9px; border-radius: 9px;
font-weight:600; font-weight:600;
@media all and (max-width:450px){ @media all and (max-width:450px){font-size:0.8em;}
width:80%; @media all and (max-width:370px){font-size:0.7em;}
}
&.active { &.active {
background:$hardblue; background:$hardblue;
color:$softwhite; color:$softwhite;
@ -782,6 +783,7 @@
margin-bottom:50px; margin-bottom:50px;
strong { strong {
color: $htblue; color: $htblue;
font-weight: 500;
} }
} }
.map { .map {

View File

@ -104,7 +104,7 @@ html {
padding:0 0 0 0; padding:0 0 0 0;
background:$softwhite; background:$softwhite;
.col{ .col{
width:33%; width:33.33%;
margin:0 0; margin:0 0;
display:inline-block; display:inline-block;
text-align:center; text-align:center;