Fix css location for bootstrap

This commit is contained in:
Paulo Gustavo Veiga 2022-02-23 16:36:08 -08:00
parent c3be0b6552
commit 8b61809bbe

View File

@ -1,7 +1,7 @@
/********************************************************************************/ /********************************************************************************/
/* Header & Toolbar Styles */ /* Header & Toolbar Styles */
/********************************************************************************/ /********************************************************************************/
@import "../bootstrap/css/bootstrap.min.css"; @import "bootstrap.min.css";
body { body {
margin: 0; margin: 0;
font-family:Arial; font-family:Arial;