William O'Beirne 7ac546acaf ENS Search Styling (#1018)
* Restyled, recopied, and did some component refactoring for ENS.

* Awkward copy fix.

* Update snapshot.

* Overflow table handling.

* Re-enable on error.
2018-02-08 11:30:29 -06:00

13 lines
155 B
SCSS

@import 'common/sass/variables';
.ENS {
&-title {
text-align: center;
}
&-description {
max-width: 800px;
margin: 0 auto $space;
}
}