refactor(style): minor visual improvements
This commit is contained in:
parent
11f540a82e
commit
65d81421cb
@ -59,8 +59,10 @@
|
|||||||
* webpage was too narrow (Mobile devices). */
|
* webpage was too narrow (Mobile devices). */
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
max-width: 100%;
|
max-width: 100vw;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
@ -75,6 +77,7 @@ body {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
margin-top: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
@ -139,6 +142,7 @@ nav a:visited:hover {
|
|||||||
|
|
||||||
img {
|
img {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
margin: 0;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
max-height: 75vh;
|
max-height: 75vh;
|
||||||
max-width: min(95vw, 125%);
|
max-width: min(95vw, 125%);
|
||||||
|
Loading…
Reference in New Issue
Block a user