nick-sh-oh commited on
Commit
b6c32bb
·
verified ·
1 Parent(s): ba6931c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -11,20 +11,26 @@ pinned: false
11
  .logo-container {
12
  display: flex;
13
  justify-content: center;
14
- margin-bottom: 0.5rem;
15
  }
16
  .logo-img {
17
- height: 64px;
 
18
  width: auto;
19
- max-width: 100%;
20
  object-fit: contain;
21
  display: block;
 
 
 
 
22
  }
23
  .tagline {
24
  text-align: center;
25
  font-style: italic;
26
  font-size: 1.25rem;
27
  color: #6b7280;
 
28
  margin-bottom: 1.5rem;
29
  }
30
  .description {
 
11
  .logo-container {
12
  display: flex;
13
  justify-content: center;
14
+ margin-bottom: 0.25rem;
15
  }
16
  .logo-img {
17
+ max-height: 64px;
18
+ height: auto;
19
  width: auto;
20
+ max-width: calc(100% - 24px);
21
  object-fit: contain;
22
  display: block;
23
+ background-color: #ffffff;
24
+ border-radius: 8px;
25
+ padding: 8px 12px;
26
+ box-sizing: content-box;
27
  }
28
  .tagline {
29
  text-align: center;
30
  font-style: italic;
31
  font-size: 1.25rem;
32
  color: #6b7280;
33
+ margin-top: 0;
34
  margin-bottom: 1.5rem;
35
  }
36
  .description {