]> _ Git - ipglobal-library.git/commitdiff
wip #3411
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 12 Feb 2020 16:31:12 +0000 (17:31 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 12 Feb 2020 16:31:12 +0000 (17:31 +0100)
_readme.md
styles/contents.styl [new file with mode: 0644]
styles/main.styl

index d5bce484b51f9ddd85050f4426d396cddb3d378b..15b3e307cccbad95e539eb2d0148cad0a67c7057 100644 (file)
@@ -5,7 +5,7 @@ This project is a single static page with compilation by [ParcelJS](https://parc
 
 To install yarn & other tools : 
 
-`npm install -g yarn parcel-bundler rifraf stylus`
+`npm install -g yarn parcel-bundler rimraf stylus`
 
 To setup, run:
 
diff --git a/styles/contents.styl b/styles/contents.styl
new file mode 100644 (file)
index 0000000..e041bb9
--- /dev/null
@@ -0,0 +1,3 @@
+#image-uk {
+  margin-top: -38px;
+}
\ No newline at end of file
index d48630f66be53ba799447c2ac6bfb598b6c1c921..d2b41201c3812d4cd0be415f565dbb2dd3041dc3 100644 (file)
@@ -12,4 +12,6 @@
 @import 'components/headings'
 @import 'components/navigation'
 @import 'components/buttons'
-@import 'components/videos'
\ No newline at end of file
+@import 'components/videos'
+
+@import "contents"
\ No newline at end of file