This is the link to the blog https://www.glamiva.com/2021/09/its-been-while.html
Issue:
- I want the page size to occupied 100% of the screen instead of it is currently now. Can you show the code section that I need to edit?
I include the below image to make it easier to understand:
CodePudding user response:
What technology do you used ?
You could change the container size of your web to 100%. reference For example :
.container{
width: 100%;
}
CodePudding user response:
There is :
@media (min-width: 1200px){
.container {
width: 1170px;
}
}
Set the same but with width: auto;
or 100% to overwrite the basic rule