forked from M3-Academy/practice-time-shopping-list
feat(ajustes): Feitos ajustes finais
This commit is contained in:
parent
f481aad592
commit
65ff356743
@ -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>
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user