From 1b8480bea4433d0450536c4c9727b2d7e6ba81fe Mon Sep 17 00:00:00 2001 From: reemabahussain Date: Sun, 8 Oct 2023 15:06:48 +0300 Subject: [PATCH] .. --- components/Partners.vue | 9 +-------- components/inc/AppHeader.vue | 8 +------- static/css/style.css | 10 ++++++++++ 3 files changed, 12 insertions(+), 15 deletions(-) diff --git a/components/Partners.vue b/components/Partners.vue index 91fb135..91b020a 100644 --- a/components/Partners.vue +++ b/components/Partners.vue @@ -35,12 +35,5 @@ name: 'Partners' } - - + \ No newline at end of file diff --git a/components/inc/AppHeader.vue b/components/inc/AppHeader.vue index 8dc7097..e724892 100644 --- a/components/inc/AppHeader.vue +++ b/components/inc/AppHeader.vue @@ -61,10 +61,4 @@ export default { }, }, }; - - - \ No newline at end of file + \ No newline at end of file diff --git a/static/css/style.css b/static/css/style.css index 0838190..877fb60 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -27,6 +27,10 @@ body { color: #ed9415; } +.logo-img { + width: 140px; +} + .carousel-item:after { content: ""; display: block; @@ -98,6 +102,12 @@ body { color: #ed9415; } +.partner-logo { + width: 100%; + height: 100%; + object-fit: contain; +} + .icon-img { position: absolute; top: -45px;