1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-28 08:10:00 +02:00

Add media object pattern

This commit is contained in:
Phuoc Nguyen
2019-11-16 23:21:23 +07:00
parent 5f1ef07da9
commit d010a71161
3 changed files with 70 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ import React from 'react';
const Square = ({ size = 8 }) => {
return (
<div className="w-100 h-100 bg-black-30 br1" />
<div className="w-100 h-100 bg-black-30 br2" />
);
};