richylyq commited on
Commit
9279873
1 Parent(s): 6e72df7

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +10 -1
style.css CHANGED
@@ -26,10 +26,19 @@ body {
26
  height: 1440px;
27
  }
28
 
29
- .bangtan-logo {
30
  padding-top: 3rem;
31
  display: flex;
32
  width: 15vw;
33
  height: 90vh;
34
  position: relative;
35
  }
 
 
 
 
 
 
 
 
 
 
26
  height: 1440px;
27
  }
28
 
29
+ .bangtan-logo-left {
30
  padding-top: 3rem;
31
  display: flex;
32
  width: 15vw;
33
  height: 90vh;
34
  position: relative;
35
  }
36
+
37
+ .bangtan-logo-right {
38
+ padding-top: 3rem;
39
+ padding-right: 3rem;
40
+ display: flex;
41
+ width: 15vw;
42
+ height: 90vh;
43
+ position: relative;
44
+ }