Skip to content
Snippets Groups Projects
Commit 388335d8 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

fixed media rle

parent b786c85b
No related branches found
No related tags found
No related merge requests found
Pipeline #423569 failed
...@@ -163,7 +163,7 @@ body { ...@@ -163,7 +163,7 @@ body {
background-position: center; /* Keeps the background centered */ background-position: center; /* Keeps the background centered */
background-repeat: no-repeat; background-repeat: no-repeat;
} }
}
.img-half{ .img-half{
max-width: 100% !important; max-width: 100% !important;
...@@ -177,6 +177,7 @@ body { ...@@ -177,6 +177,7 @@ body {
display: grid !important; display: grid !important;
} }
}
/*For small Smartphones*/ /*For small Smartphones*/
@media screen and (max-width: 750px){ @media screen and (max-width: 750px){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment