Moved files around. Updated test page.

This commit is contained in:
Mike Cao 2020-09-27 00:51:29 -07:00
parent 890b209527
commit 6bb34cd3a5
19 changed files with 136 additions and 69 deletions

View file

@ -0,0 +1,11 @@
.website {
padding-bottom: 30px;
border-bottom: 1px solid var(--gray300);
margin-bottom: 30px;
align-self: stretch;
}
.website:last-child {
border-bottom: 0;
margin-bottom: 0;
}