Adapt bar history for portrait screens
This commit is contained in:
parent
ff224113cb
commit
c50af908e3
1 changed files with 9 additions and 4 deletions
|
@ -9,12 +9,12 @@
|
|||
<link rel="stylesheet" href="../theme/c-base.css">
|
||||
<style>
|
||||
h1 {
|
||||
font-size: 8vh;
|
||||
width: 80vw;
|
||||
font-size: 8vmin;
|
||||
width: 100vw;
|
||||
text-align: center;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
line-height: 10vh;
|
||||
line-height: 10vmin;
|
||||
}
|
||||
main {
|
||||
display: flex;
|
||||
|
@ -23,7 +23,7 @@
|
|||
flex-direction: column;
|
||||
}
|
||||
p {
|
||||
font-size: 6vh;
|
||||
font-size: 6vmin;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
margin-top: -10vh;
|
||||
|
@ -35,6 +35,11 @@
|
|||
width: 72vh;
|
||||
margin-left: 80px;
|
||||
}
|
||||
@media (orientation: portrait) {
|
||||
p {
|
||||
width: 95vw;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue