dropdown working correctly

This commit is contained in:
Maciek Głowacki
2020-11-03 00:59:42 +01:00
parent 3cbd961d3a
commit 0f155e928b
6 changed files with 18 additions and 17 deletions

View File

@ -10,7 +10,8 @@
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.svg" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link href="https://fonts.googleapis.com/css2?family=B612:ital,wght@0,400;1,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<title>PlanNaPlan</title>
</head>