diff --git a/src/components/HomePage.vue b/src/components/HomePage.vue
index fd4d0fd..6f6da35 100644
--- a/src/components/HomePage.vue
+++ b/src/components/HomePage.vue
@@ -4,10 +4,10 @@
@@ -70,12 +70,33 @@ export default {
background-position: center;
.menu-box {
- width: 500px;
+ width: 550px;
height: 60px;
background-color: aquamarine;
position: absolute;
top: 50px;
left: 90px;
+ display: flex;
+
+ .osredm-logo {
+ width: 250px;
+ height: 60px;
+ }
+
+ .go-sy {
+ width: 100px;
+ height: 60px;
+ }
+
+ .go-kyxm {
+ width: 100px;
+ height: 60px;
+ }
+
+ .go-ckkj {
+ width: 100px;
+ height: 60px;
+ }
}
.logo-and-title {