File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -163,9 +163,9 @@ export default {
163163 height : 100vh ;
164164 }
165165 #main-home {
166- margin-top : 45 px ;
167- height : calc (100vh - 45 px );
168- width : 98 vw ;
166+ margin-top : 50 px ;
167+ height : calc (100vh - 50 px );
168+ width : calc ( 100 vw - 20 px ) ;
169169 display : flex ;
170170 flex-direction : column ;
171171 }
@@ -208,7 +208,6 @@ export default {
208208 }
209209 div .horizontal {
210210 display : flex ;
211- padding-top : 10px ;
212211 gap : 10px ;
213212 }
214213 div #bannerAddons {
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ div#main-reader{
155155 flex-direction : column ;
156156 align-items : center ;
157157 justify-content : center ;
158- width : 98 vw ;
158+ width : calc ( 100 vw - 10 px ) ;
159159 background-color : var (--color-background );
160160}
161161div #bannerOps {
You can’t perform that action at this time.
0 commit comments