Compare commits

..

No commits in common. "b14e89bfee2836fb3b74e71f1290d94cfd401dab" and "f6781edad8bed29c4249960fd80827cee12d0581" have entirely different histories.

2 changed files with 3 additions and 9 deletions

View File

@ -4,7 +4,7 @@ name: default
steps:
- name: Publish
image: git.simonpetit.top/simonpetit/bob:0.1.4
image: git.simonpetit.top/simonpetit/bob:0.1.3
command:
- publish

View File

@ -1,5 +1,5 @@
ul {
width: 50vw;
width: 40vw;
margin-right: auto;
margin-left: auto;
text-align: center;
@ -28,13 +28,7 @@ ul li a:hover {
ul li div {
display: flex;
flex-direction: column;
}
ul li div div {
display: flex;
flex-direction: row;
justify-content: space-around;
flex-direction: row;
}
ul li div p {