Fix a SQL query and a couple of validation issues.
Fix a SQL query and a couple of validation issues.

File last commit:

3e13274f606b
3591f6718171
Show More
support.scss
22 lines | 270 B | text/x-scss | ScssLexer
@charset "utf-8";
@import "palette";
#inner {
// Satisfy internal floated elements
overflow: hidden;
height: 100%;
border: none;
margin: 0 1em;
img {
display: block;
margin: {
left: auto;
right: auto;
}
}
h3 {
color: $text-accent;
}
}