Skip to content

Commit 4d6ca94

Browse files
committed
Adjust readme
1 parent f9d34ca commit 4d6ca94

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
11
<img style="margin: 0 auto;" src="https://github.com/explodinglabs/explodinglabs.com/blob/main/docs/assets/logo.png?raw=true" />
2-
3-
## Installation
4-
5-
See [Install Jekyll on a Mac](https://composed.blog/install-jekyll-on-mac).

docs/index.css

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,15 @@ body {
55
}
66

77
body {
8-
font-family: "Arial", sans-serif;
8+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted",
9+
"Segoe UI", "Liberation Sans", sans-serif;
910
background-color: #071039;
10-
color: #333;
1111
}
1212

1313
.wrapper {
1414
max-width: 800px;
1515
margin: 0 auto;
1616
padding: 2em 2em;
17-
/*
18-
background-color: white;
19-
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
20-
*/
2117
}
2218

2319
#logo {
@@ -43,7 +39,7 @@ h2 {
4339
color: white;
4440
margin: 2em auto;
4541
max-width: 600px;
46-
line-height: 1.8;
42+
line-height: 1.5;
4743
text-align: justify;
4844
text-justify: inter-word;
4945
}

0 commit comments

Comments
 (0)