diff --git a/luckydiamond/src/assets/css/ComponentsStyles/developer.css b/luckydiamond/src/assets/css/ComponentsStyles/developer.css index 62605d2..d98d871 100644 --- a/luckydiamond/src/assets/css/ComponentsStyles/developer.css +++ b/luckydiamond/src/assets/css/ComponentsStyles/developer.css @@ -1,7 +1,16 @@ +.developer-card__content_down { + width: 1204px; + height: 443px; + background-color: aquamarine; + margin-left: 287px; + margin-right: 298px; + margin-bottom: 77px; +} .developer-card__content { - flex-direction: column; - align-items: center; + display: flex; + + background-color: black; } @@ -116,15 +125,15 @@ .developer-card-height__skin { margin-top: 6px; - display: flex; + display: inline-block; align-items: center; justify-content: center; } -.developer-card-height__skin-content { +.developer-card-height__skin { width: 212px; height: 212px; - background-image: url(@/assets/icons-developcard/Hepatir.png); + justify-content: space-around; display: flex; align-items: flex-end; @@ -141,3 +150,4 @@ + diff --git a/luckydiamond/src/components/DeveloperComponent.vue b/luckydiamond/src/components/DeveloperComponent.vue index 06b5e6e..6960e28 100644 --- a/luckydiamond/src/components/DeveloperComponent.vue +++ b/luckydiamond/src/components/DeveloperComponent.vue @@ -23,7 +23,7 @@ -
+
@@ -34,15 +34,14 @@

{{ techText }}

+
+
-
- -
diff --git a/luckydiamond/src/components/games-components/CrashGraphComponent.vue b/luckydiamond/src/components/games-components/CrashGraphComponent.vue deleted file mode 100644 index 697dbac..0000000 --- a/luckydiamond/src/components/games-components/CrashGraphComponent.vue +++ /dev/null @@ -1,136 +0,0 @@ - - - - - \ No newline at end of file diff --git a/luckydiamond/src/pages/HomePage.vue b/luckydiamond/src/pages/HomePage.vue index baa1abd..f5f2bf6 100644 --- a/luckydiamond/src/pages/HomePage.vue +++ b/luckydiamond/src/pages/HomePage.vue @@ -103,14 +103,13 @@