Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | 
         @@ -4,21 +4,17 @@ license: gpl-2.0 
     | 
|
| 4 | 
         
             
            <style>
         
     | 
| 5 | 
         
             
              .custom-table {
         
     | 
| 6 | 
         
             
                table-layout: fixed;
         
     | 
| 7 | 
         
            -
                width:  
     | 
| 8 | 
         
             
                border-collapse: collapse;
         
     | 
| 9 | 
         
            -
                margin-top: 2em;
         
     | 
| 10 | 
         
             
              }
         
     | 
| 11 | 
         
             
              .custom-table td {
         
     | 
| 12 | 
         
            -
                width:  
     | 
| 13 | 
         
             
                vertical-align: top;
         
     | 
| 14 | 
         
            -
                padding: 10px;
         
     | 
| 15 | 
         
             
              }
         
     | 
| 16 | 
         
             
              .custom-image {
         
     | 
| 17 | 
         
            -
                width:  
     | 
| 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>
         
     |