Browse Source

fixed thumbnail width

master
Pentabyteman GitHub 8 years ago
parent
commit
7f6f346853
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      web_dev/sas_web/datenbank/static/datenbank/css/index.css

+ 1
- 1
web_dev/sas_web/datenbank/static/datenbank/css/index.css View File

@@ -19,7 +19,7 @@
display: block;
margin: 0 auto;
border: 1px solid black;
width: 20%;
width: 80%;
}

img {


Loading…
Cancel
Save