aboutsummaryrefslogtreecommitdiff
path: root/style/_responsive.scss
diff options
context:
space:
mode:
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;
+ }
+ }
+}