Browse Source

mobile friendly

main
Cailean Finn 3 months ago
parent
commit
83d461ad71
  1. 43
      static/assets/styles.css

43
static/assets/styles.css

@ -501,6 +501,42 @@ body {
/* Mobile */ /* Mobile */
@media screen and (max-width: 1024px){ @media screen and (max-width: 1024px){
.section-img img{
height: 200px;
}
.pub-section-cont {
padding: 0;
padding-right: 10px;
padding-bottom: 20px;
margin-left: 20px;
}
.pub-section-cont p {
font-size: 15px;
}
.pub-section-cont h1 {
font-size: 40px;
}
.pub-section {
width: 100%;
}
.content-cont .article-cont a {
font-size: 14px;
}
#subscribe-button {
font-size: 20px;
bottom: 10px;
right: 10px;
padding: 10px;
background-color: black;
color: white;
}
.nav-cont { .nav-cont {
flex-direction: column; flex-direction: column;
} }
@ -519,6 +555,9 @@ body {
.header-title { .header-title {
width: 100%; width: 100%;
justify-content: center;
padding-left: 0;
padding-right: 0;
} }
.section-cont { .section-cont {
@ -538,16 +577,12 @@ body {
.section-group { .section-group {
padding-bottom: 0px; padding-bottom: 0px;
height: 50vh;
overflow-x: scroll;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
overflow-y: hidden;
} }
.section-object { .section-object {
padding-bottom: 0px; padding-bottom: 0px;
min-width: 100vw;
} }
.article-cont { .article-cont {

Loading…
Cancel
Save