Artcile in fullscreen for mobile
This commit is contained in:
parent
f2fea7a61f
commit
7befe1a430
@ -187,6 +187,7 @@ a {
|
||||
}
|
||||
|
||||
.articles {
|
||||
max-width: 100%;
|
||||
margin-left: auto;
|
||||
position: relative;
|
||||
font-size: 3.5vw;
|
||||
|
||||
@ -187,6 +187,7 @@ a {
|
||||
}
|
||||
|
||||
.articles {
|
||||
max-width: 100%;
|
||||
margin-left: auto;
|
||||
position: relative;
|
||||
font-size: 3.5vw;
|
||||
|
||||
@ -14,7 +14,6 @@
|
||||
height: 100%;
|
||||
width: 80%;
|
||||
margin-left: 10%;
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -33,7 +32,9 @@
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
* {-moz-box-sizing: border-box; box-sizing: border-box;}
|
||||
* {
|
||||
-moz-box-sizing: border-box; box-sizing: border-box;
|
||||
}
|
||||
|
||||
a {
|
||||
box-shadow: inset 0 0 0 0 var(--color-text);
|
||||
@ -187,7 +188,8 @@ a {
|
||||
}
|
||||
|
||||
.articles {
|
||||
margin-left: 0;
|
||||
max-width: 100%;
|
||||
margin-left: auto;
|
||||
position: relative;
|
||||
font-size: 3.5vw;
|
||||
|
||||
@ -211,8 +213,8 @@ a {
|
||||
|
||||
|
||||
@media only screen and (max-width: 980px){
|
||||
|
||||
html{
|
||||
html
|
||||
{
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
|
||||
@ -187,6 +187,7 @@ a {
|
||||
}
|
||||
|
||||
.articles {
|
||||
max-width: 100%;
|
||||
margin-left: auto;
|
||||
position: relative;
|
||||
font-size: 3.5vw;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user