Skip to content
This repository was archived by the owner on Oct 31, 2018. It is now read-only.

Commit 1e1ea63

Browse files
committed
added logo
1 parent 8aa2226 commit 1e1ea63

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

images/logo.png

36.4 KB
Loading

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
<div class="row clearfix">
6868
<div class="col-md-6 column">
6969
<h1 class="text-left">
70-
<i id="logo" class="fa fa-paper-plane-o"></i>
70+
<!-- <i id="logo" class="fa fa-paper-plane-o"></i> -->
71+
<img id="logo" src="./images/logo.png" alt="codecorgi, Development firm with growth and design in mind">
7172
</h1>
7273
<h1 class="main_title">codecorgi</h1>
7374
<p class="text-left lead tagline">

style.css

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .lead {
2929
.p_title {
3030
margin-bottom: 80px;
3131
}
32-
#logo {
33-
font-size: 2.3em;
34-
margin-bottom: 0.4em;
35-
font-weight:normal;
36-
}
3732
.main_title {
3833
font-weight: bold;
3934
font-size: 70px;
@@ -626,3 +621,16 @@ fieldset[disabled] .btn-submit.active {
626621
#feature .item-icon.item-icon {
627622
border-color: #019FB9;
628623
}
624+
#logo {
625+
font-size: 2.3em;
626+
margin-bottom: 0;
627+
font-weight:normal;
628+
max-width: 100%;
629+
width: 250px;
630+
}
631+
@media (max-width: 768px) {
632+
#logo {
633+
width: 150px;
634+
}
635+
}
636+

0 commit comments

Comments
 (0)