mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-12-04 00:58:56 -05:00
<IFrame /> component
This commit is contained in:
6
components/IFrame/IFrame.module.css
Normal file
6
components/IFrame/IFrame.module.css
Normal file
@@ -0,0 +1,6 @@
|
||||
.frame {
|
||||
width: 100%;
|
||||
display: block;
|
||||
margin: 1em auto;
|
||||
border: 2px solid var(--kinda-light);
|
||||
}
|
||||
Reference in New Issue
Block a user