update the things on my end so i can add my updated post from my phlog #1

Merged
BrendanTCC merged 11 commits from iris/neotel-website:main into main 2021-11-25 08:36:10 +00:00
2 changed files with 4 additions and 7 deletions
Showing only changes of commit ee30063de6 - Show all commits

View File

@ -1,10 +1,5 @@
.index-container
{
height: 100%;
min-height: 100vh;
width: 100%;
max-width: 100vw;
display: flex;
flex-flow: column wrap;
align-items: center;

View File

@ -16,6 +16,9 @@ body
max-width: 100vw;
width: auto;
display: flex;
flex-direction: column;
margin: 0;
padding: 0;
@ -35,10 +38,9 @@ a
.container
{
height: 100%;
min-height: 100vh;
width: 100%;
max-width: 100vw;
flex: 1;
padding: 1rem;
}