LinoGiger commited on
Commit
7d1f8c6
·
verified ·
1 Parent(s): cb9e04f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -108,7 +108,7 @@ For images with an alignment score below 3.2, additional users were asked to hig
108
  border-radius: 8px;
109
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
110
  padding: 15px;
111
- width: 500px;
112
  }
113
 
114
  .prompt {
@@ -129,7 +129,7 @@ For images with an alignment score below 3.2, additional users were asked to hig
129
 
130
  @media (max-width: 1050px) {
131
  .example-results-grid {
132
- grid-template-columns: 500px;
133
  }
134
  }
135
  </style>
 
108
  border-radius: 8px;
109
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
110
  padding: 15px;
111
+ width: 450px;
112
  }
113
 
114
  .prompt {
 
129
 
130
  @media (max-width: 1050px) {
131
  .example-results-grid {
132
+ grid-template-columns: 450px;
133
  }
134
  }
135
  </style>