Compare commits
2 Commits
f6781edad8
...
b14e89bfee
| Author | SHA1 | Date | |
|---|---|---|---|
| b14e89bfee | |||
| 177e03dd1e |
@ -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
|
||||
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user