Thanks roel! Closes #2.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
|
||||
@font-face {
|
||||
font-family: "Gudea";
|
||||
src:
|
||||
src:
|
||||
url("/static/fonts/Gudea-Regular.ttf") format("ttf"),
|
||||
url("/static/fonts/Gudea-Regular.woff2") format("woff2");
|
||||
font-weight: 400;
|
||||
@ -9,7 +9,7 @@
|
||||
|
||||
@font-face {
|
||||
font-family: "Gudea";
|
||||
src:
|
||||
src:
|
||||
url("/static/fonts/Gudea-Italic.ttf") format("ttf"),
|
||||
url("/static/fonts/Gudea-Italic.woff2") format("woff2");
|
||||
font-weight: 400;
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
@font-face {
|
||||
font-family: "Gudea";
|
||||
src:
|
||||
src:
|
||||
url("/static/fonts/Gudea-Bold.ttf") format("ttf"),
|
||||
url("/static/fonts/Gudea-Bold.woff2") format("woff2");
|
||||
font-weight: 700;
|
||||
@ -28,7 +28,6 @@ body {
|
||||
font-family: "Gudea", "sans-serif";
|
||||
color: #333;
|
||||
margin: 0;
|
||||
|
||||
}
|
||||
|
||||
body {
|
||||
@ -78,7 +77,6 @@ input:invalid:focus {
|
||||
.logo {
|
||||
margin: 60px 0 !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.logo {
|
||||
@ -135,13 +133,13 @@ nav strong{
|
||||
}
|
||||
|
||||
footer {
|
||||
background-color: #AFAFAF !important;
|
||||
background-color: #AFAFAF !important;
|
||||
padding: 1rem 1.5rem !important;
|
||||
}
|
||||
|
||||
footer .content span {
|
||||
padding-right: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.container {
|
||||
padding-bottom: 2rem !important;
|
||||
@ -167,7 +165,6 @@ footer .content span {
|
||||
margin: auto;
|
||||
margin-top: 4em;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media all and (min-width: 1216px) {
|
||||
@ -177,7 +174,6 @@ footer .content span {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.signup-form-box {
|
||||
margin: auto;
|
||||
margin-top: 4em;
|
||||
@ -215,4 +211,23 @@ footer .content span {
|
||||
/* grey out sounds.lumbung.space since it's not working yet */
|
||||
[href="https://sounds.lumbung.space"] {
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
|
||||
.app_icon:hover {
|
||||
transform: rotate(-15deg);
|
||||
}
|
||||
|
||||
.app_name{
|
||||
font-weight: bold;
|
||||
font-size: 18px;
|
||||
margin-bottom: 0.2em;
|
||||
}
|
||||
|
||||
.app_name:hover{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.app_description{
|
||||
font-size: 14px;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user