mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
added mini adaptive for header logo
This commit is contained in:
@@ -58,14 +58,17 @@ export default {
|
|||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
.header__logo {
|
||||||
|
padding: 2% 3%;
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
|
||||||
.header__nav {
|
.header__nav {
|
||||||
flex-grow: 0.69;
|
flex-grow: 0.69;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.header__logo {
|
.header__nav nav a {
|
||||||
padding: 26px 58px;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user