Browse Source

Replace the logo

pjc 5 years ago
parent
commit
fd01c982fa

BIN
static/styles/oppai/images/logo.png View File


+ 5
- 5
static/styles/oppai/style.css View File

145
 }
145
 }
146
 
146
 
147
 #logo {
147
 #logo {
148
-  width: 620px;
149
-  height: 197px;
150
-  background: url('images/logo.svg') no-repeat center center;
151
-  margin: 0 auto;
148
+  width: 250px;
149
+  height: 50px;
150
+  background: url('images/logo.png') no-repeat center center;
151
+  margin: 0 0 0 10%;
152
 }
152
 }
153
 
153
 
154
 #logo a {
154
 #logo a {
155
   border: none;
155
   border: none;
156
   width: 100%;
156
   width: 100%;
157
-  height: 197px;
157
+  height: 50px;
158
   display: block;
158
   display: block;
159
 }
159
 }
160
 
160
 

BIN
static/styles/public/images/logo.png View File


+ 4
- 2
static/styles/public/style.css View File

127
 }
127
 }
128
 
128
 
129
 #logo {
129
 #logo {
130
-  height: 100px;
131
-  background-image: url('images/logo.svg');
130
+  width: 250px;
131
+  height: 50px;
132
+  background-image: url('images/logo.png');
132
   background-repeat: no-repeat;
133
   background-repeat: no-repeat;
133
   background-position: center;
134
   background-position: center;
134
   background-size: contain;
135
   background-size: contain;
136
+  margin: 0 0 0 auto;
135
 }
137
 }
136
 
138
 
137
 .centered {
139
 .centered {

Loading…
Cancel
Save