From a9c5bc439b40badf59563770942581bdf84643dc Mon Sep 17 00:00:00 2001 From: Lola Bello <64017199+lolabakk@users.noreply.github.com> Date: Sun, 19 Jul 2020 18:00:58 +0100 Subject: [PATCH 1/3] monitor --- .vscode/settings.json | 3 + MonitorTech/index.html | 56 +++++++++++++++++ MonitorTech/style.css | 140 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 199 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/MonitorTech/index.html b/MonitorTech/index.html index 4d3047a..acde125 100644 --- a/MonitorTech/index.html +++ b/MonitorTech/index.html @@ -132,6 +132,62 @@
Third slide label
+ + + + + + \ No newline at end of file From d9ab19a86569cd0a80b94f0c8c3d1b6d600390af Mon Sep 17 00:00:00 2001 From: Atanas <55555430+ultraasi-atanas@users.noreply.github.com> Date: Fri, 24 Jul 2020 11:13:25 +0100 Subject: [PATCH 3/3] Added missing } on 140, 127, 133 --- MonitorTech/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MonitorTech/style.css b/MonitorTech/style.css index f2979ac..35edcda 100644 --- a/MonitorTech/style.css +++ b/MonitorTech/style.css @@ -130,15 +130,17 @@ ul.social-network li { flex: 50%; max-width: 50%; } - +} @media screen and (max-width: 1000px) { .column { flex: 100%; max-width: 100%; } + } @media screen and (max-width: 576px) { .column { flex: 100%; max-width: 50%; } + }