OSDN Git Service

margin the form container
authorZhiting Lin <zlin035@uottawa.ca>
Tue, 27 Feb 2018 08:57:09 +0000 (16:57 +0800)
committerZhiting Lin <zlin035@uottawa.ca>
Tue, 27 Feb 2018 08:57:09 +0000 (16:57 +0800)
src/features/shared/components/FormContainer/FormContainer.scss

index f39d8bf..5f0bad6 100644 (file)
@@ -4,6 +4,7 @@
   display: flex;
   flex-direction: row;
   padding: 0 $gutter-size;
+  margin-top: $title-height;
 }
 
 .content {