Skip to content

Commit 6c837b0

Browse files
committed
[UPD] style to accommodate for fr text length, esp in sm screensize
1 parent 0913180 commit 6c837b0

File tree

6 files changed

+233
-18
lines changed

6 files changed

+233
-18
lines changed

package-lock.json

+224-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"gh-pages": "^3.1.0",
3636
"postcss": "^8.2.9",
3737
"prettier": "2.2.1",
38-
"tailwindcss": "^2.0.4"
38+
"tailwindcss": "^2.1.2"
3939
},
4040
"keywords": [
4141
"gatsby"

src/components/carousel-card.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ const CarouselCardStyles = styled.div`
105105
}
106106
.carousel-btns {
107107
position: absolute;
108-
bottom: 2rem;
109-
left: 2rem;
108+
bottom: 1rem;
109+
left: 1.5rem;
110110
}
111111
button {
112112
background-color: var(--red);

0 commit comments

Comments
 (0)