diff --git a/nginx/vue/public/css/styles.css b/nginx/vue/public/css/styles.css index c450cd5..268c3c7 100644 --- a/nginx/vue/public/css/styles.css +++ b/nginx/vue/public/css/styles.css @@ -361,6 +361,10 @@ tr { width: 100%; } +.hfill { + height: 100%; +} + .w-10vw { width: 10vw; } diff --git a/nginx/vue/public/img/bedroom/img2.png b/nginx/vue/public/img/bedroom/img2.png index 75381c7..cff3f83 100644 Binary files a/nginx/vue/public/img/bedroom/img2.png and b/nginx/vue/public/img/bedroom/img2.png differ diff --git a/nginx/vue/src/components/home/Collage.vue b/nginx/vue/src/components/home/Collage.vue index 6015660..82e9bc5 100644 --- a/nginx/vue/src/components/home/Collage.vue +++ b/nginx/vue/src/components/home/Collage.vue @@ -1,16 +1,18 @@