Skip to content

Commit a51db2f

Browse files
committed
+ style update
1 parent e395933 commit a51db2f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/main/java/io/thepro/dospaces/services/ImageStorageServiceImpl.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package io.thepro.dospaces.services;
22

3-
import java.io.File;
4-
import java.io.FileOutputStream;
53
import java.io.IOException;
64
import java.sql.Timestamp;
75
import java.util.Date;

ui/styles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ body{
99
background-color: #fff;
1010
}
1111

12+
.image-container{
13+
margin-top: 15px;
14+
margin-bottom: 15px;
15+
}
16+
1217
.image {
1318
border: none;
1419
margin: auto;

0 commit comments

Comments
 (0)