Skip to content

Commit 56ffff9

Browse files
committed
fix grid in About section for anything between 1024px and 500px sizes
Signed-off-by: Jess Chitas <[email protected]>
1 parent 1f09766 commit 56ffff9

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

dist/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1010
<title>RamaLama</title>
1111
<link rel="icon" href="/ramalama.ai/assets/ramalama-favicon-x-i7PUts.svg" />
12-
<script type="module" crossorigin src="/ramalama.ai/assets/index-DJAdA49l.js"></script>
13-
<link rel="stylesheet" crossorigin href="/ramalama.ai/assets/index-BFddsqgA.css">
12+
<script type="module" crossorigin src="/ramalama.ai/assets/index-AzfteG-a.js"></script>
13+
<link rel="stylesheet" crossorigin href="/ramalama.ai/assets/index-IOn2bC-U.css">
1414
</head>
1515
<body>
1616
<div id="root"></div>

src/App.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,13 @@
245245
.about-graphic-2,
246246
.about-graphic-3,
247247
.about-graphic-4 {
248-
width: 18vw;
248+
width: 20vw;
249249
margin-top: 1vh;
250250
@media screen and (max-width: 1024px) {
251-
width: 75vw;
251+
width: 30vw;
252+
@media screen and (max-width: 500px) {
253+
width: 75vw;
254+
}
252255
}
253256
}
254257

0 commit comments

Comments
 (0)