Skip to content

Commit 3078215

Browse files
committed
Adjust homepage
1 parent 1cebf1d commit 3078215

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

index.css

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ body {
1313
text-align: start;
1414
width: auto;
1515
word-break: break-word;
16-
@include media-query($on-palm) {
17-
font-size: 105%;
18-
}
1916
}
2017

2118
h1 {
@@ -28,24 +25,30 @@ nav {
2825
background-color: #071039;
2926
padding: 0.5em 0 0.5em 0;
3027
text-align: right;
31-
a {
32-
color: white;
33-
text-decoration: none;
34-
padding-right: 2em;
35-
&:visited {
36-
color: hsl(330, 50, 50);
37-
}
38-
&:hover {
39-
color: orange;
40-
}
41-
}
28+
}
29+
30+
nav a {
31+
color: white;
32+
text-decoration: none;
33+
padding-right: 2em;
34+
}
35+
36+
nav a &:visited {
37+
color: hsl(330, 50, 50);
38+
}
39+
40+
nav a &:hover {
41+
color: orange;
4242
}
4343

4444
#start {
4545
padding-top: 2em;
4646
padding-bottom: 5em;
4747
background-color: #071039;
48-
@media only screen and (min-width: 768px) {
48+
}
49+
50+
@media only screen and (min-width: 768px) {
51+
#start {
4952
padding-top: 10rem;
5053
padding-bottom: 10rem;
5154
}
@@ -63,11 +66,8 @@ nav {
6366
max-width: 600px;
6467
line-height: 1.5;
6568
text-align: center;
66-
font-size: 1.5em;
6769
padding: 0 1em;
68-
@media only screen and (min-width: 768px) {
69-
font-size: 1.8em;
70-
}
70+
font-size: 1.8em;
7171
}
7272

7373
#start #campaign {

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
-->
3030

3131
<p id="pitch">
32-
Smart SaaS apps powered by custom open-source tech.
32+
Indie SaaS
3333
</p>
3434

3535
<!--Zoho Campaigns Web-Optin Form's Header Code Starts Here-->

0 commit comments

Comments
 (0)