Don't style instance descriptions

This commit is contained in:
asonix 2020-09-27 12:44:23 -05:00
parent dd83f4a859
commit f4690b5a04
1 changed files with 17 additions and 1 deletions

View File

@ -20,7 +20,6 @@ body * {
}
header {
.header-text {
max-width: 700px;
margin: auto;
@ -162,6 +161,23 @@ footer {
.instance-admin {
margin: 24px 0;
}
.description .please-stay {
h3 {
padding: 0;
margin: 0;
border-bottom: none;
}
ul {
list-style: disc;
padding-left: 24px;
li {
padding: 0;
border-bottom: none;
}
}
}
}
a {