Made pages mobile compatible
This commit is contained in:
@@ -53,7 +53,6 @@
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 35px;
|
||||
display: inline;
|
||||
margin-right: 10px;
|
||||
}
|
||||
@@ -126,3 +125,23 @@ a:not(#main-action):hover::before {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 750px) {
|
||||
#hero > h2 {
|
||||
font-size: 2rem;
|
||||
line-height: 2.5rem;
|
||||
margin-top: 10vh;
|
||||
}
|
||||
|
||||
.timeline {
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
|
||||
.timeline ::deep .timestamp:last-of-type {
|
||||
--show-bar: block;
|
||||
}
|
||||
|
||||
.timeline ::deep .timestamp:first-of-type {
|
||||
--show-bar: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user