WIP
This commit is contained in:
10
dist/app.css
vendored
10
dist/app.css
vendored
@@ -12104,6 +12104,16 @@ a {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
max-width: 100%;
|
||||||
|
gap: 3rem;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
.top-nav .logo-wrapper img {
|
||||||
|
max-width: 358px;
|
||||||
|
}
|
||||||
|
.top-nav .logo-wrapper svg {
|
||||||
|
width: 50px;
|
||||||
|
height: 50px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
|
|||||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
|
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
|
||||||
"/app.css": "/app.css?id=ce3fa578c7b9950544cb7734f99353eb"
|
"/app.css": "/app.css?id=10e9f0779597c38e3993f512fbaa1f8b"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,6 +9,18 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
max-width: 100%;
|
||||||
|
gap: 3rem;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 358px;
|
||||||
|
}
|
||||||
|
|
||||||
|
svg {
|
||||||
|
width: 50px;
|
||||||
|
height: 50px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#mobile-nav-toggle {
|
#mobile-nav-toggle {
|
||||||
|
|||||||
Reference in New Issue
Block a user