mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
[CL-236] Card component (#8900)
* add card component; adjust section margin on small screens
This commit is contained in:
@@ -6,7 +6,7 @@ import { Component } from "@angular/core";
|
||||
standalone: true,
|
||||
imports: [CommonModule],
|
||||
template: `
|
||||
<section class="tw-mb-12">
|
||||
<section class="tw-mb-6 md:tw-mb-12">
|
||||
<ng-content></ng-content>
|
||||
</section>
|
||||
`,
|
||||
|
||||
Reference in New Issue
Block a user