1
0
Fork 0
mirror of synced 2024-07-10 00:46:05 +12:00
appwrite/public/styles/scopes/home.less
2020-02-09 23:37:28 +02:00

27 lines
437 B
Plaintext

html.home {
body {
padding: 0 50px;
}
.logo {
a {
display: block;
border-bottom: none;
&:hover {
opacity: .8;
border-bottom: none;
}
}
img {
max-height: 35px;
margin: 45px 25px 25px 25px;
}
}
footer {
background: transparent;
text-align: center;
}
}