UI + responsive + word of the day

This commit is contained in:
RemiSaurel
2022-08-18 15:28:31 +02:00
parent 5b0813e2a2
commit 5befa4af62
5 changed files with 223 additions and 62 deletions
+1 -2
View File
@@ -21,7 +21,6 @@
<script>
export default {
name: "ToDoList",
data() {
@@ -68,6 +67,7 @@ export default {
#todo_input {
font-size: 1.2rem;
width: 100%;
min-width: 150px;
height: 52px;
padding: 12px 20px;
margin: 8px 0;
@@ -95,7 +95,6 @@ export default {
padding: 12px 22px 12px 22px;
border-radius: 12px;
min-width: 82px;
max-width: 40vw;
box-shadow: rgba(111, 111, 111, 0.2) 0px 7px 29px 0px;
word-break: break-all;
background-color: white;