Added viewport stuff

This commit is contained in:
Michael Rodin 2024-04-23 18:15:52 +02:00
parent e83758fc07
commit d8c6c2036f
2 changed files with 9 additions and 6 deletions

View file

@ -42,6 +42,7 @@ main > p {
#links-container {
justify-content: center;
display: flex;
flex-flow: row wrap;
width: 100%;
}
@ -88,12 +89,12 @@ div.image {
div.desc {
margin: auto 6pt auto 0;
text-align: center;
font-weight: 700;
font-size:15pt;
font-weight: 800;
font-size:14pt;
}
footer {
position: fixed;
position: relative;
display: flex;
left: 0;
bottom: 0;