glava style 2

pull/26/head
janko 2024-01-06 18:48:35 +01:00
parent 018b615c98
commit 28a370fa34
2 changed files with 16 additions and 19 deletions

View File

@ -21,26 +21,31 @@
}
.meni {
display: flex;
margin: 0;
width: 100%;
justify-content: space-between;
}
.meni a {
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
color: black;
padding: 40px 80px;
}
ul {
ul {
list-style: none;
padding: 0%;
width: 100%;
}
@media screen (min-width: 480px) {
.meni{
@media screen and (max-width: 768px) {
.meni {
display: flex;
flex-direction: column;
align-items: center;
}
}
</style>
</style>

View File

@ -11,22 +11,14 @@ await store.naloziStrani()
</template>
<style>
:root {
--siva: #D9D9D9;
}
body {
font-family: Inter;
margin: 0;
padding: 1rem;
}
@media screen and (min-width: 260px) {
.meni {
display: flex;
padding: 0;
justify-content: space-between;
}
}
.meni li {
margin-left: 1.2rem;
background: var(--siva);
}
h1 {