force css refresh and descrease margin

This commit is contained in:
Dmitry Novotochinov 2018-12-18 15:45:04 +03:00
parent 2ee7f977b8
commit 8ecd9de7e2
No known key found for this signature in database
GPG Key ID: 43D1DAF5AD39C927
3 changed files with 3 additions and 3 deletions

2
dist/css/main.css vendored
View File

@ -242,7 +242,7 @@ a {
justify-content: flex-end; }
.header-section--left {
margin-top: 10px; }
margin-top: 5px; }
.nav {
display: -ms-flexbox;

View File

@ -26,7 +26,7 @@
<link rel="mask-icon" href="dist/img/new-site/logo-mask.svg" color="4360DF">
<!-- favicon.ico in the root directory -->
<link rel="stylesheet" href="dist/css/main.css?v=0002">
<link rel="stylesheet" href="dist/css/main.css?v=0003">
</head>

View File

@ -29,7 +29,7 @@
}
.header-section--left {
margin-top: 10px;
margin-top: 5px;
}
.nav {