min width

This commit is contained in:
Your Name 2022-03-11 16:39:50 +01:00
parent 073a1ea2e4
commit 0663a56350
2 changed files with 2 additions and 2 deletions

View File

@ -24,5 +24,5 @@
}
.search-restau{
width:35%
min-width:35%
}

View File

@ -4,7 +4,7 @@
export const environment = {
production: false,
apiUrl: "http://localhost:8080",
apiUrl: "http://localhost:8081",
tokenKey: "TOKEN-SIMPLEAT"
};