updated styling
This commit is contained in:
parent
3bd3d44829
commit
e9e68cc786
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -377,3 +377,11 @@ jsgif {
|
|||
opacity: 0;
|
||||
transition: visibility 0s 1s, opacity 1s linear
|
||||
}
|
||||
|
||||
.github-links {
|
||||
width: 610px;
|
||||
max-width: calc(100vw - 30px);
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
flex-wrap: wrap;
|
||||
}
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="WeatherStar 4000+" />
|
||||
<meta name="author" content="Matt Walsh" />
|
||||
<meta name="application-name" content="WeatherStar 4000+" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1;maximum-scale=1;minimum-scale=1">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
<link rel="manifest" href="manifest.json" />
|
||||
|
|
Loading…
Reference in a new issue