diff --git a/css/media-queries.css b/css/media-queries.css index 890d721..967ef7d 100644 --- a/css/media-queries.css +++ b/css/media-queries.css @@ -234,6 +234,13 @@ div#nav-logo { display: none; } +.droot img { + display: none; +} + +.columns.six { + width: 100%; +} /* Language menu*/ diff --git a/css/style.css b/css/style.css index e2794d2..8db1aff 100644 --- a/css/style.css +++ b/css/style.css @@ -742,6 +742,23 @@ ul#nav li a:hover .ul#nav li ul { opacity: 1; } +/* Mission statement +--------------------------------------*/ + +#_root { + position: -webkit-sticky; + position: sticky; + top: 5vh; + height: 0; + z-index: 9999; +} + +.droot img { + height: 80vh; + float: left; +} + + /* NC clients --------------------------------------*/ diff --git a/images/disroot-root.png b/images/disroot-root.png new file mode 100644 index 0000000..d14e14f Binary files /dev/null and b/images/disroot-root.png differ