diff --git a/sass/components/_button.scss b/sass/components/_button.scss
index 440e109..546a235 100644
--- a/sass/components/_button.scss
+++ b/sass/components/_button.scss
@@ -11,6 +11,7 @@
 	input[type="button"],
 	button,
 	.button {
+		margin: 10px;
 		@include vendor('appearance', 'none');
 		@include vendor('transition', (
 			'background-color #{_duration(transition)} ease-in-out',
@@ -106,4 +107,4 @@
 		}
 	}
 
-	@include color-button;
\ No newline at end of file
+	@include color-button;
diff --git a/sass/components/_form.scss b/sass/components/_form.scss
index a4bd8e8..ed02a1c 100644
--- a/sass/components/_form.scss
+++ b/sass/components/_form.scss
@@ -8,6 +8,7 @@
 
 	form {
 		margin: 0 0 _size(element-margin) 0;
+		padding: 20px;
 	}
 
 	label {
@@ -173,6 +174,7 @@
 		input[type="radio"], {
 			& + label {
 				color: _palette($p, fg);
+				margin: 10px;
 
 				&:before {
 					background: _palette($p, border-bg);
@@ -217,4 +219,4 @@
 		}
 	}
 
-	@include color-form;
\ No newline at end of file
+	@include color-form;
