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

Commit 4216856

Browse files
committed
changed the size of title
1 parent 15672b6 commit 4216856

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h1 class="text-left">
7272
</h1>
7373
<h1 class="main_title">codecorgi</h1>
7474
<p class="text-left lead tagline">
75-
Development firm with growth and design in mind
75+
Development firm with design in mind
7676
</p>
7777
<!-- <a href="#" class="btn btn-lg btn-lead"><span class="glyphicon glyphicon-cloud-download"></span> Download Now</a> -->
7878
<!-- <a href="#" class="btn btn-lg btn-link"><span class="glyphicon glyphicon-circle-arrow-right"></span> Learn More</a> -->

style.css

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,6 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .lead {
2929
.p_title {
3030
margin-bottom: 80px;
3131
}
32-
.main_title {
33-
font-weight: bold;
34-
font-size: 70px;
35-
margin-bottom: 40px;
36-
}
37-
.lead.tagline {
38-
font-size: 26px;
39-
font-weight: bold;
40-
}
41-
.white-text {
42-
color: white;
43-
}
4432
#header {
4533
padding-top: 100px;
4634
padding-bottom:150px;
@@ -633,4 +621,22 @@ fieldset[disabled] .btn-submit.active {
633621
width: 150px;
634622
}
635623
}
624+
.main_title {
625+
font-weight: bold;
626+
font-size: 90px;
627+
margin-bottom: 40px;
628+
}
629+
@media (max-width: 768px) {
630+
.main_title {
631+
font-size: 50px;
632+
}
633+
}
634+
635+
.lead.tagline {
636+
font-size: 26px;
637+
font-weight: bold;
638+
}
639+
.white-text {
640+
color: white;
641+
}
636642

0 commit comments

Comments
 (0)