diff --git a/microsoft.css b/microsoft.css index ab28b72..18a9fce 100644 --- a/microsoft.css +++ b/microsoft.css @@ -24,6 +24,24 @@ code { border-radius: 3px; } +.container { + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: center; + align-items: center; + align-content: center; +} + +.container-item { + flex: 1 1; + padding: 10px; +} + +.product img { + height: 20vh; +} + .boxed { width: 95%; margin: 0 auto; @@ -71,6 +89,13 @@ code { height: 60vh; } +.credit span { + width: 100%; + float: left; + clear: left; + font-size: 2vh; +} + .yiffos-table { width: 100%; text-align: center; @@ -101,4 +126,4 @@ code { #big-space { margin-top: 10%; -} +} \ No newline at end of file