mirror of
https://github.com/farcasclaudiu/BlazorDeviceInterop.git
synced 2026-06-22 09:01:04 +03:00
Minor tidy ups
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#geolocationPointMap {
|
||||
height: 300px;
|
||||
height: 450px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#geolocationWatchMap {
|
||||
height: 300px;
|
||||
height: 450px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
<title>BlazorDeviceTestRig</title>
|
||||
<title>Device Interop Test Rig</title>
|
||||
<base href="/" />
|
||||
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
|
||||
<link href="css/app.css" rel="stylesheet" />
|
||||
|
||||
Reference in New Issue
Block a user