feat(ajustes): Feitos ajustes finais

This commit is contained in:
Vinícius Gabriel 2022-11-13 10:39:38 -03:00
parent f481aad592
commit 65ff356743
2 changed files with 11 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<link rel="stylesheet" href="./styles/style.css">
</head>
<body>
<main>
<main class="center">
<section class="shopping-container">
<h2 class="shopping-title">Shopping List</h2>

View File

@ -1,3 +1,13 @@
.center {
display: flex;
align-items: center;
justify-content: center;
}
.shopping-container {
display: flex;
flex-direction: column;
}
.shopping-result {
max-width: 416px;
}