Blank slate for no portfolios

This commit is contained in:
George Drummond
2019-02-11 14:08:56 -05:00
parent 20d1ffecd9
commit edc0c6539c
5 changed files with 71 additions and 3 deletions

View File

@@ -2,6 +2,10 @@
white-space: nowrap;
}
.center {
text-align: center;
}
@mixin hide {
border: 0;
clip: rect(0 0 0 0);