<div class="container" style="min-width: 800px;">

This commit is contained in:
dan63047 2020-12-04 19:51:28 +03:00
parent d4fe51551c
commit 51183d97bb
2 changed files with 4 additions and 5 deletions

7
.vscode/launch.json vendored
View File

@ -5,11 +5,10 @@
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{ {
"type": "chrome", "type": "firefox",
"request": "launch", "request": "launch",
"name": "Launch Chrome against localhost", "name": "Launch Firefox against localhost",
"url": "http://localhost:8080", "file": "${workspaceFolder}/index.html"
"webRoot": "${workspaceFolder}"
} }
] ]
} }

View File

@ -13,7 +13,7 @@
</head> </head>
<body> <body>
<div class="container"> <div class="container" style="min-width: 800px;">
<nav class="navbar navbar-expand-lg navbar-dark"> <nav class="navbar navbar-expand-lg navbar-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">