Renamed (app) folder to (main).
This commit is contained in:
11
src/app/(main)/settings/websites/Websites.module.css
Normal file
11
src/app/(main)/settings/websites/Websites.module.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.website {
|
||||
padding-bottom: 30px;
|
||||
border-bottom: 1px solid var(--base300);
|
||||
margin-bottom: 30px;
|
||||
align-self: stretch;
|
||||
}
|
||||
|
||||
.website:last-child {
|
||||
border-bottom: 0;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user