From 7d77988db9c9aa736d1fb3f0af25e7e368f5ba52 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sat, 15 Oct 2016 02:37:30 -0400 Subject: [PATCH] style fixes and copy update --- _articles/security/what-encryption-is-used.md | 2 +- css/styles.scss | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/_articles/security/what-encryption-is-used.md b/_articles/security/what-encryption-is-used.md index ecefb869..525127d8 100644 --- a/_articles/security/what-encryption-is-used.md +++ b/_articles/security/what-encryption-is-used.md @@ -10,7 +10,7 @@ tags: [encryption] bitwarden uses [AES][aes] 256 bit encryption as well as [PBKDF2][pbkdf2] to secure your data. [AES][aes] is used by the US government and other government agencies around the world for protecting top secret data. With -proper implementation and a strong encryption key (your master password), it is considered unbreakable. +proper implementation and a strong encryption key (your master password), AES is considered unbreakable. [PBKDF2][pbkdf2] is used to derive the encryption key from your master password. This key is then salted and hashed. diff --git a/css/styles.scss b/css/styles.scss index 3db16723..ca9bf1e7 100644 --- a/css/styles.scss +++ b/css/styles.scss @@ -159,8 +159,10 @@ footer { .panel-article { ul, ol { - li + li { - margin-top: 0.45em; + li + li, + ul li:first-child, + ol li:first-child { + margin-top: 0.40em; } } }