heboya8 commited on
Commit
e570e25
·
verified ·
1 Parent(s): 959ca15

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +7 -1
static/style.css CHANGED
@@ -7,7 +7,13 @@ body {
7
  h1 {
8
  color: #333;
9
  }
 
 
 
 
 
10
  img {
11
- margin: 10px;
12
  border: 1px solid #ccc;
 
13
  }
 
7
  h1 {
8
  color: #333;
9
  }
10
+ .image-container {
11
+ display: flex;
12
+ justify-content: center;
13
+ gap: 20px;
14
+ }
15
  img {
16
+ max-width: 45%;
17
  border: 1px solid #ccc;
18
+ margin: 10px;
19
  }