diff --git a/cadpoint/templates/blocks/header_nav.jinja2 b/cadpoint/templates/blocks/header_nav.jinja2 index 52ad978..a0ca9e0 100644 --- a/cadpoint/templates/blocks/header_nav.jinja2 +++ b/cadpoint/templates/blocks/header_nav.jinja2 @@ -3,7 +3,7 @@
CADpoint.ru.
- - {# #}{% comment %} - -
- -
- {% endcomment %} \ No newline at end of file + {# #} + {# #}
{# #} \ No newline at end of file diff --git a/public/static/css/cadpoint.css b/public/static/css/cadpoint.css index 2be4591..62db01d 100644 --- a/public/static/css/cadpoint.css +++ b/public/static/css/cadpoint.css @@ -1,5 +1,6 @@ @charset "utf-8"; +@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css'); @import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap'); body { font-family: 'Ubuntu', sans-serif; } @@ -32,4 +33,4 @@ header > .navbar > .container > .navbar-nav > .nav-item > form > .input-group > border: solid 1px #008DD2; border-left: none; background: none; height: 31px; border-radius: 0 6px 6px 0; } -header.rastopiir { height: 112px; z-index: 1; background: white; position: relative;} +header.rastopiir { height: 112px; z-index: 1;}