1
0
Fork 0
mirror of synced 2024-06-30 12:10:51 +12:00
appwrite/public/styles/scopes/home.less
2020-06-10 15:21:28 +02:00

32 lines
481 B
Plaintext

html.home {
body {
padding: 0 50px;
color: var(--config-color-normal)
}
.logo {
a {
display: block;
&:hover {
opacity: .8;
}
}
img {
max-height: 35px;
width: 198px;
margin: 45px auto 25px auto;
}
}
footer {
background: transparent;
text-align: center;
}
main {
min-height: 400px;
}
}