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{ .search-restau{
width:35% min-width:35%
} }

View file

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