Skip to content

Commit fd3a01a

Browse files
committed
fix for graphics in about section
Signed-off-by: Jess Chitas <[email protected]>
1 parent 244f909 commit fd3a01a

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed
File renamed without changes.

dist/assets/index-jdwktrSE.css renamed to dist/assets/index-MWQd1FTq.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-DS3_KiWI.js"></script>
13-
<link rel="stylesheet" crossorigin href="/ramalama.ai/assets/index-jdwktrSE.css">
12+
<script type="module" crossorigin src="/ramalama.ai/assets/index-CmSbINo4.js"></script>
13+
<link rel="stylesheet" crossorigin href="/ramalama.ai/assets/index-MWQd1FTq.css">
1414
</head>
1515
<body>
1616
<div id="root"></div>

src/App.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@
240240
.about-graphic-2,
241241
.about-graphic-3,
242242
.about-graphic-4 {
243-
width: 100%;
243+
width: 18vw;
244+
margin-top: 1vh;
244245
}
245246

246247
.about-text-1,

0 commit comments

Comments
 (0)