diff --git a/index.html b/index.html index 0514492..77ff257 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@
-

Hi everyone! Welocome to mehrabios.github.io.

+

Hi everyone, Welocome!

Hello to all! Welcome to this repository. In this repository, I am going to introduce myself and put my portfolio and how to contact me. If you are interested in working with me or want to connect with me, I suggest you check out this repository.

Mehrabios diff --git a/style.css b/style.css index a6c883b..d7e14e3 100644 --- a/style.css +++ b/style.css @@ -8,6 +8,7 @@ } body { margin: 0px; + width: 100%; } main , h1 , h2 , h3 , p , span , a , figcaption , figure { background-color: #ffffff; @@ -59,4 +60,22 @@ a { a:hover , .id:hover { text-decoration: underline; cursor: pointer; +} +@media only screen and (max-width: 768px) { + main { + width: 95%; + margin: 10px auto; + } + h1 { + font-size: 2.3rem; + width: 100%; + } + p , span , a { + font-size: 1rem; + } +} +@media only screen and (max-width: 1024px) { + main { + width: 90%; + } } \ No newline at end of file