Skip to content

Commit

Permalink
message page accueil + modification taille image
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomaht committed Oct 30, 2023
1 parent 18bebf9 commit b07a08f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions frontend-vue/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<template>
<div class="container">
<h1>Swissdle</h1>
<p>Guess the City!</p>
<DailyCity></DailyCity>

</div>
</template>

Expand Down
4 changes: 2 additions & 2 deletions frontend-vue/src/components/DailyCity.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ export default {
</script>
<style scoped>
img {
width: 80%;
height: 70%;
width: 70%;
height: 65vh;
object-fit: cover;
}
</style>

0 comments on commit b07a08f

Please sign in to comment.