diff --git a/core/modules/shortcut/shortcut.theme.css b/core/modules/shortcut/shortcut.theme.css
index 9e2dc69..1e2d93a 100644
--- a/core/modules/shortcut/shortcut.theme.css
+++ b/core/modules/shortcut/shortcut.theme.css
@@ -8,8 +8,8 @@
  * Toolbar.
  */
 .toolbar #edit-shortcuts {
-  line-height: 24px;
-  padding: 5px 10px;
+  line-height: 2.3em;
+  padding: .5em 10px;
 }
 #edit-shortcuts:focus,
 #edit-shortcuts:hover,
@@ -17,9 +17,9 @@
   text-decoration: underline;
 }
 #shortcut-toolbar ul {
-  line-height: 24px;
+  line-height: 2.3em;
   margin-left: 5px; /* LTR */
-  padding: 5px 0;
+  padding: .5em 0;
 }
 #shortcut-toolbar a {
   border-radius: 5px;
diff --git a/core/modules/toolbar/toolbar.css b/core/modules/toolbar/toolbar.css
index bd18110..864e1bd 100644
--- a/core/modules/toolbar/toolbar.css
+++ b/core/modules/toolbar/toolbar.css
@@ -1,9 +1,9 @@
 
 body.toolbar {
-  padding-top: 2.2em;
+  padding-top: 2.8em;
 }
 body.toolbar-drawer {
-  padding-top: 5.3em;
+  padding-top: 5.6em;
 }
 
 /**
@@ -61,8 +61,8 @@ body.toolbar-drawer {
  */
 #toolbar div.toolbar-menu {
   background: #000;
-  line-height: 20px;
-  padding: 5px 50px 5px 10px; /* LTR */
+  line-height: 1.8em;
+  padding: .5em 50px .5em 10px; /* LTR */
   position: relative;
 }
 #toolbar-home a span {
