menu
parent
a2e4a4fe3d
commit
caf7cf3770
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"ansible.python.interpreterPath": "/bin/python"
|
||||||
|
}
|
|
@ -130,12 +130,11 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
body{
|
/* body{
|
||||||
/* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
|
|
||||||
background-image: url(background-img.jpg);
|
background-image: url(background-img.jpg);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
}
|
} */
|
||||||
.navbar{
|
.navbar{
|
||||||
height: 70px;
|
height: 70px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -167,7 +166,7 @@ body{
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
/* background-color: #0ea5e930; */
|
/* background-color: #0ea5e930; */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 10px 4px;
|
padding: 12px 4px;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: 550;
|
font-weight: 550;
|
||||||
|
|
Loading…
Reference in New Issue