Fix grid and make sure that everything is fluid
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.container.about {
|
||||
padding: 20px 10px 120px;
|
||||
padding: 20px 30px 120px;
|
||||
|
||||
> nav {
|
||||
margin-bottom: 80px;
|
||||
@@ -102,7 +102,6 @@
|
||||
img {
|
||||
background: rgb(245,245,245);
|
||||
display: block;
|
||||
//height: 200px;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@@ -257,14 +256,14 @@
|
||||
.contact {
|
||||
@include clearfix;
|
||||
margin: 0 auto;
|
||||
width: flex-grid(10);
|
||||
|
||||
.map {
|
||||
background: rgb(245,245,245);
|
||||
.photo {
|
||||
@include box-sizing(border-box);
|
||||
background: rgb(255,255,255);
|
||||
border: 1px solid rgb(210,210,210);
|
||||
padding: 1px;
|
||||
float: left;
|
||||
margin-right: flex-gutter();
|
||||
overflow: hidden;
|
||||
width: flex-grid(6);
|
||||
width: flex-grid(3);
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
@@ -275,7 +274,7 @@
|
||||
@include box-sizing(border-box);
|
||||
float: left;
|
||||
padding-left: 40px;
|
||||
width: flex-grid(6);
|
||||
width: flex-grid(9);
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
.container.jobs {
|
||||
padding: 60px 0 120px;
|
||||
padding: 60px 30px 120px;
|
||||
|
||||
q {
|
||||
display: block;
|
||||
@@ -34,8 +34,7 @@
|
||||
img {
|
||||
background: rgb(245,245,245);
|
||||
display: block;
|
||||
height: 200px;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -54,7 +53,7 @@
|
||||
p {
|
||||
margin-left: 0;
|
||||
font-style: italic;
|
||||
line-height: 1.4;
|
||||
line-height: 1.6;
|
||||
font-size: 1.1em;
|
||||
color: #666;
|
||||
}
|
||||
@@ -63,6 +62,7 @@
|
||||
margin-top: 12px;
|
||||
display: block;
|
||||
color: #a0a0a0;
|
||||
font-weight: 300;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -195,9 +195,8 @@
|
||||
|
||||
.citizenship, .gender, .date-of-birth {
|
||||
margin-bottom: 20px;
|
||||
|
||||
.input-wrapper {
|
||||
}
|
||||
float: left;
|
||||
width: flex-grid(4);
|
||||
|
||||
label {
|
||||
display: block;
|
||||
@@ -205,36 +204,15 @@
|
||||
|
||||
select {
|
||||
width: 100%;
|
||||
@include box-sizing(border-box);
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.citizenship, .gender {
|
||||
float: left;
|
||||
width: flex-grid(4);
|
||||
}
|
||||
|
||||
.citizenship {
|
||||
margin-right: flex-gutter();
|
||||
}
|
||||
|
||||
.date-of-birth {
|
||||
float: left;
|
||||
width: flex-grid(12);
|
||||
|
||||
select {
|
||||
@include box-sizing(border-box);
|
||||
display: block;
|
||||
float: left;
|
||||
margin-right: flex-gutter();
|
||||
max-width: flex-grid(4);
|
||||
width: flex-grid(4);
|
||||
|
||||
&:last-child {
|
||||
margin: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.submit {
|
||||
padding-top: 10px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user