-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding new section named reference video in MB page (#530)
* Update custom.css * Update custom.css * Update music-blocks.html
- Loading branch information
Showing
2 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/*This file contains all the custom new changes in the css in Sugarlabs official website*/ | ||
/*Also add proper comment for every section you add in this custom.css file*/ | ||
|
||
/*This is for the reference video section in Music Blocks landing page */ | ||
|
||
.video-container { | ||
display: flex; | ||
justify-content: center; | ||
} | ||
|
||
.video-container div { | ||
margin: 0 10px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters