diff --git a/index.html b/index.html index c7d7830..17db998 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,9 @@
Keyoxide +
+ verify + encrypt
diff --git a/styles.css b/styles.css index 78abd88..2542822 100644 --- a/styles.css +++ b/styles.css @@ -11,6 +11,12 @@ header { font-size: 1.1em; background-color: #fff; } +header .container { + display: flex; +} +header a { + margin-left: 12px; +} footer { color: #777; margin: 64px 0; @@ -24,6 +30,9 @@ footer { padding: 16px 32px 32px; background-color: #fff; } +.spacer { + flex: 1; +} h1 { margin: 0;