Compare commits

...

2 Commits

Author SHA1 Message Date
b14e89bfee new bob implies adding some extra css
All checks were successful
continuous-integration/drone/push Build is passing
2025-12-10 17:46:35 +00:00
177e03dd1e new bob version 2025-12-10 17:46:14 +00:00
2 changed files with 9 additions and 3 deletions

View File

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

View File

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