Skip to content

Commit c00c1dc

Browse files
authored
Merge pull request #26 from jen67/newapp
done
2 parents 951790e + 99781ea commit c00c1dc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

fylo-landing-page/dist/css/styles.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fylo-landing-page/src/scss/ultilities/_responsive.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11

22
@media screen and (min-width: 768px) {
33
header{
4-
padding: 2rem 3rem;
4+
padding: 1.2rem 3rem;
55
gap: 2rem;
66

77
img{
8-
width: 150px;
8+
width: 100px;
99
}
1010

1111
ul{
1212
li{
1313
margin-left: 1rem;
1414
a{
15-
font-size: 1.6rem;
15+
font-size: 1.2rem;
1616
}
1717
}
1818
}
@@ -177,7 +177,7 @@
177177

178178
@media screen and (min-width: 1280px){
179179
header{
180-
padding: 2rem 5rem;
180+
padding: 1.2rem 5rem;
181181
}
182182
main{
183183
section:first-of-type{

0 commit comments

Comments
 (0)