glava style 2
parent
018b615c98
commit
28a370fa34
|
@ -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>
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue