Parcourir la source

Change padding/height

sbkwgh il y a 8 ans
Parent
commit
f8d6ffddb3
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3 2
      src/App.vue

+ 3 - 2
src/App.vue

@@ -154,11 +154,12 @@
 		width: 80%;
 		margin: 0 auto;
 		margin-top: 2rem;
+		padding-bottom: 2rem;
 	}
 
 	#app {
-		padding-bottom: 2rem;
-		padding-top: 5rem;
+		padding-top: 4.5rem;
+		height: 100%;
 	}
 
 	.header {