Compare commits
No commits in common. "b14e89bfee2836fb3b74e71f1290d94cfd401dab" and "f6781edad8bed29c4249960fd80827cee12d0581" have entirely different histories.
b14e89bfee
...
f6781edad8
@ -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
|
||||
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user