diff --git a/website/index.html b/website/index.html index fd5203574..7039cfce1 100644 --- a/website/index.html +++ b/website/index.html @@ -856,8 +856,11 @@ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 flex-wrap: wrap } - .x .c1-3y { - row-gap: 0px + .social { + display: flex; + flex-direction: row; + gap: 10px; + justify-content: center; } .x .c1-3z { @@ -951,6 +954,13 @@ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 .scale-08 { scale: 0.8 } + + .icon { + height: 25px; + width: 25px; + display: block; + flex: none; + }