+
Precision Client
diff --git a/index.html b/index.html index e421a34..6110ef2 100644 --- a/index.html +++ b/index.html @@ -84,19 +84,31 @@ flex-direction: row; align-items: center; } + + .column-1-8 { + display: flex; + flex-direction: column; + align-items: center; + } + + .column-1-5 { + display: flex; + flex-direction: column; + align-items: center; + }