Moved files around. Updated test page.
This commit is contained in:
11
components/pages/WebsiteList.module.css
Normal file
11
components/pages/WebsiteList.module.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user