<div class="container" style="min-width: 800px;">
This commit is contained in:
parent
d4fe51551c
commit
51183d97bb
|
@ -5,11 +5,10 @@
|
|||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "chrome",
|
||||
"type": "firefox",
|
||||
"request": "launch",
|
||||
"name": "Launch Chrome against localhost",
|
||||
"url": "http://localhost:8080",
|
||||
"webRoot": "${workspaceFolder}"
|
||||
"name": "Launch Firefox against localhost",
|
||||
"file": "${workspaceFolder}/index.html"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -13,7 +13,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="container" style="min-width: 800px;">
|
||||
<nav class="navbar navbar-expand-lg navbar-dark">
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
|
||||
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
|
|
Loading…
Reference in New Issue