mobile css fixes!
This commit is contained in:
parent
62e9235e66
commit
efb3dddd07
@ -26,7 +26,7 @@ navbar: topnav
|
|||||||
<div class="right-sidebar">
|
<div class="right-sidebar">
|
||||||
{% include swatchclock.html %}
|
{% include swatchclock.html %}
|
||||||
<img src="https://slimepondcount.goatcounter.com/counter/{{ page.url }}.png" style="width: 100%">
|
<img src="https://slimepondcount.goatcounter.com/counter/{{ page.url }}.png" style="width: 100%">
|
||||||
<iframe src="https://www3.cbox.ws/box/?boxid=3539632&boxtag=JU8HaS" width="100%" height="450" allowtransparency="yes" allow="autoplay" frameborder="0" marginheight="5" marginwidth="5" scrolling="auto"></iframe>
|
<iframe src="https://www3.cbox.ws/box/?boxid=3539632&boxtag=JU8HaS" width="100%" height="450" allowtransparency="yes" allow="autoplay" frameborder="0" marginheight="5" marginwidth="5" scrolling="auto" id="cbox"></iframe>
|
||||||
|
|
||||||
|
|
||||||
{% include statuscafe.html %}
|
{% include statuscafe.html %}
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
@import "sidebar";
|
@import "sidebar";
|
||||||
@import "statuscafe";
|
@import "statuscafe";
|
||||||
@import "fonts";
|
@import "fonts";
|
||||||
|
@import "mobile";
|
||||||
|
|
||||||
html {
|
html {
|
||||||
background-color: #2196F3;
|
background-color: #2196F3;
|
||||||
|
38
_sass/mobile.scss
Normal file
38
_sass/mobile.scss
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
/* mobile specific stuff
|
||||||
|
i dont know what im doing */
|
||||||
|
|
||||||
|
@media (max-width: 1150px){
|
||||||
|
html, body {
|
||||||
|
font-size: 1.50em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.columns, .vcol{
|
||||||
|
top: 50px;
|
||||||
|
flex-direction: column;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
max-height: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.left-sidebar, .right-sidebar {
|
||||||
|
width: 100%;
|
||||||
|
height: 4em;
|
||||||
|
max-height: 20vh;
|
||||||
|
font-size: 1.75em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-content {
|
||||||
|
width: auto;
|
||||||
|
max-height: 50vh;
|
||||||
|
margin: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#cbox {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
min-height: 1.1em;
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
}
|
@ -1,4 +1,5 @@
|
|||||||
.columns {
|
.columns {
|
||||||
|
position: relative;
|
||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
max-height: 90vh;
|
max-height: 90vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user