Hugs288 commited on
Commit
a8ac407
·
verified ·
1 Parent(s): d016214

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -7
README.md CHANGED
@@ -4,21 +4,17 @@ license: gpl-2.0
4
  <style>
5
  .custom-table {
6
  table-layout: fixed;
7
- width: 60%;
8
  border-collapse: collapse;
9
- margin-top: 2em;
10
  }
11
  .custom-table td {
12
- width: 60%;
13
  vertical-align: top;
14
- padding: 10px;
15
  }
16
  .custom-image {
17
- width: 60%;
18
  height: auto;
19
  object-fit: cover;
20
- border-radius: 7px;
21
- margin-bottom: 1em;
22
  }
23
  stolen from Linaqruf readme for Animagine XL
24
  </style>
 
4
  <style>
5
  .custom-table {
6
  table-layout: fixed;
7
+ width: 40%;
8
  border-collapse: collapse;
 
9
  }
10
  .custom-table td {
11
+ width: 100%;
12
  vertical-align: top;
 
13
  }
14
  .custom-image {
15
+ width: 100%;
16
  height: auto;
17
  object-fit: cover;
 
 
18
  }
19
  stolen from Linaqruf readme for Animagine XL
20
  </style>