force css refresh and descrease margin
This commit is contained in:
parent
2ee7f977b8
commit
8ecd9de7e2
|
@ -242,7 +242,7 @@ a {
|
|||
justify-content: flex-end; }
|
||||
|
||||
.header-section--left {
|
||||
margin-top: 10px; }
|
||||
margin-top: 5px; }
|
||||
|
||||
.nav {
|
||||
display: -ms-flexbox;
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
}
|
||||
|
||||
.header-section--left {
|
||||
margin-top: 10px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.nav {
|
||||
|
|
Loading…
Reference in New Issue