diff --git a/i2p2www/static/styles/duck/default.css b/i2p2www/static/styles/duck/default.css index 34385033..20845e46 100644 --- a/i2p2www/static/styles/duck/default.css +++ b/i2p2www/static/styles/duck/default.css @@ -696,3 +696,26 @@ pre.literal-block { border-radius: 50%; } +.browser-onboarding { + width: 100%; +} + +.browser-onboarding .row { + padding: 10px; + margin: 10px; + clear: both; +} + +.browser-onboarding .row-text { + float: right; + width: 80%; +} + +.browser-onboarding .row-image { + float: left; + width: 20%; +} + +.browser-onboarding .row-image > img { + width: 128px; +}