Skip to content

Commit 23c87ce

Browse files
committed
clearfix
1 parent a27cf6d commit 23c87ce

2 files changed

Lines changed: 24 additions & 16 deletions

File tree

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</map>
3939

4040

41-
<section class='pad2y'>
41+
<section class='pad2y limiter'>
4242

4343
<!-- headers -->
4444
<div class='col12 clearfix'>
@@ -56,10 +56,11 @@
5656

5757
<!-- content -->
5858
<div class='col12 clearfix content'>
59+
5960
<div class='col2 margin1 center'>Flexible import of </br> OpenStreetMap data.</div>
6061
<div class='col2 margin1 center'>Handles continental sized </br> networks within miliseconds.</div>
6162
<div class='col2 margin1 center'>Supports car, foot, walk modes; easily customized through profiles.</div>
62-
<div class='col2 margin1'>
63+
<div class='col2 margin1 social'>
6364
<div class='col12 clearfix'>
6465
<div class='col2'>
6566
<div class='social-icons social1-icon'></div>
@@ -79,6 +80,7 @@
7980
<div class='col9 margin1'><a href='https://twitter.com/ProjectOSRM'>Twitter</a></div>
8081
</div>
8182
</div>
83+
8284
</div>
8385

8486
</section>

site.css

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,29 @@
3434

3535
.subhead {
3636
font-family: 'Open Sans Condensed Bold';
37-
font-size: 20px;
38-
color: rgba(40, 0, 125, 0.6);
37+
font-size: 24px;
38+
color: rgba(40, 0, 125, 0.8);
3939
}
4040

4141
.content {
42-
font-family: 'Open Sans Condensed Bold';
43-
font-size: 14px;
44-
color: rgba(100, 82, 207, 0.5);
42+
font-family: 'Open Sans Condensed Bold';
43+
font-size: 16px;
44+
color: rgba(100, 82, 207, 0.5);
45+
color: rgba(20, 82, 207, 0.6);
46+
}
47+
48+
.content .social {
49+
font-size: 12px;
50+
color: rgba(20, 82, 207, 0.6);
4551
}
4652

4753
/* Fills
4854
-------------------------------------------------------- */
49-
.fill-navy { background-color: #28007D; }
50-
.fill-blue { background-color: #5052CF; }
51-
.fill-lavendar { background-color: #B4BDF9; }
52-
.fill-teal { background-color: #939CB9; }
53-
.fill-light { background-color: #E6F2FA; }
54-
.fill-gold { background-color: #FFCA1B; }
55+
56+
.fill-blue { background-color: rgba(20, 82, 207, 1); }
57+
.fill-purple { background-color: rgba(87, 43, 122, 1); }
58+
.fill-light { background-color: rgba(173, 182, 196, 1); }
59+
.fill-gold { background-color: rgba(255, 202, 27, 1); }
5560
.fill-white { background-color: #fff; }
5661

5762

@@ -85,12 +90,11 @@ map {
8590

8691
section {
8792
height: 20vh;
88-
background: #E6F2FA;
8993
}
9094

9195
footer {
9296
height: 5vh;
93-
background: #939CB9;
97+
background-color: rgba(173, 182, 196, 1);
9498
color: #E6F2FA;
9599
font-family: 'Open Sans Condensed Light';
96100
font-size: 12px;
@@ -101,7 +105,9 @@ footer {
101105
position:relative;
102106
}
103107
.overlay {
104-
background: rgba(80, 82, 207, 0.6);
108+
/*005591
109+
background: rgba(0, 85, 145, 0.6)*/
110+
background: rgba(20, 82, 207, 0.6);
105111
position: absolute;
106112
width: 100%;
107113
height: 100%;

0 commit comments

Comments
 (0)