aboutsummaryrefslogtreecommitdiff
path: root/style/_responsive.scss
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-01-26 17:09:56 +0100
committerNoah Loomans <noahloomans@gmail.com>2017-01-26 17:09:56 +0100
commit1c02ee2f5136fd56bb480344af59e735974697ff (patch)
tree043e2903929788aeefb92ed74ef299b9bc87cc25 /style/_responsive.scss
parent30763fce71e58248be4a5f2e3a43d2dc7d8410b5 (diff)
Create new layout
Signed-off-by: Noah Loomans <noahloomans@gmail.com>
Diffstat (limited to 'style/_responsive.scss')
-rw-r--r--style/_responsive.scss25
1 files changed, 25 insertions, 0 deletions
diff --git a/style/_responsive.scss b/style/_responsive.scss
new file mode 100644
index 0000000..bf35644
--- /dev/null
+++ b/style/_responsive.scss
@@ -0,0 +1,25 @@
+@media screen and (max-width: 750px) {
+ main, footer {
+ padding-left: 0 !important;
+ }
+
+ .dotted-line {
+ display: none;
+ }
+
+ header {
+ .logo {
+ width: 100px;
+ height: 100px;
+ }
+
+ .title {
+ height: 100px;
+ padding-left: 140px;
+ }
+
+ .logo-container {
+ position: absolute;
+ }
+ }
+}