-

+
Main Article
diff --git a/styles/style.css b/styles/style.css
index 9571ab1..e934b0e 100644
--- a/styles/style.css
+++ b/styles/style.css
@@ -177,3 +177,54 @@ header {
}
/* Write your CSS below */
+
+
+@media screen and (max-width: 480px){
+
+ .navbar {
+ display: none;
+
+
+ }
+
+
+@media screen and (max-width: 760px){
+
+nav {
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+
+
+ }
+
+ .navbar li {
+ position: relative;
+ display: block;
+ width: 100%;
+
+ }
+
+
+.main-article {
+ flex-direction: column;
+ }
+
+ .main-article .image,
+ .main-article .content {
+ width: 100%;
+ padding: 10px 0;
+ }
+
+ .articles-container {
+ flex-direction: column;
+ align-items: center;
+ }
+
+ .article {
+ width: 80%;
+ margin-bottom: 20px;
+ }
+
+ }