Here are style rules once again
This commit is contained in:
@@ -59,6 +59,8 @@ nav p {
|
|||||||
|
|
||||||
::v-deep(nav .button) {
|
::v-deep(nav .button) {
|
||||||
font-size: calc(var(--font-size) * 0.8);
|
font-size: calc(var(--font-size) * 0.8);
|
||||||
|
background-color: var(--header-color);
|
||||||
|
border: solid 2px ;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -75,9 +77,9 @@ nav p {
|
|||||||
@media screen and (max-width: 950px) {
|
@media screen and (max-width: 950px) {
|
||||||
|
|
||||||
::v-deep(nav .button) {
|
::v-deep(nav .button) {
|
||||||
width: 5vw;
|
width: 7vw;
|
||||||
|
|
||||||
min-width: 10vw;
|
min-width: 60px;
|
||||||
min-height: 3vh;
|
min-height: 3vh;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ import NavLink from "@/components/NavLink.vue";
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="actions">
|
<div class="actions">
|
||||||
<h1>Meet up now !</h1>
|
<h1>Meet up <span class="colored-text">now</span> !</h1>
|
||||||
<NavLink path="/create" description="Join"></NavLink>
|
<NavLink path="/create" description="Join"></NavLink>
|
||||||
<NavLink path="/join" description="Create"></NavLink>
|
<NavLink path="/join" description="Create"></NavLink>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user