1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-08-01 08:11:04 +00:00

Initial commit

This commit is contained in:
2020-04-28 16:09:22 -05:00
commit 1100dbe947
192 changed files with 16066 additions and 0 deletions

8
_sass/bootstrap/_media.scss Executable file
View File

@@ -0,0 +1,8 @@
.media {
display: flex;
align-items: flex-start;
}
.media-body {
flex: 1;
}