Change links http:// to https://

All necessary links checked and updated to https, some remain as http as those aren't using secured protocol yet
This commit is contained in:
Bappi 2017-10-10 23:29:36 +06:00
parent a0ee266dee
commit e4665250dd
8 changed files with 24 additions and 24 deletions

View file

@ -4,7 +4,7 @@ html {
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
box-sizing: inherit;
}