Skip to content

Commit 1b87b20

Browse files
committed
fix responsive for mobile
1 parent 41366c2 commit 1b87b20

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2021 The Traveler Loot by TripsCommunity
3+
Copyright (c) 2021 Little Traveler by TripsCommunity
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

components/IndexSections/Gallery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ render(){
3535
<div className="flex justify-around hero-img-2">
3636
<div className="px-4 sm:px-20 rounded-2xl text-center md:w-2/3">
3737
<h2 className="text-center mt-4 capitalize text-trips-1">An Incredible Variety of Travelers</h2>
38-
<Card.Group itemsPerRow={6} items={params} />
38+
<Card.Group itemsPerRow={6} doubling="true" items={params} />
3939
</div>
4040

4141
</div>

styles/pages/INDEX.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
h1 {
1515
font-size: 5rem;
1616
margin: 0px 0px 15px 0px;
17-
17+
line-height: 1;
1818
}
1919

2020
p {

0 commit comments

Comments
 (0)