Compare commits
No commits in common. "b14e89bfee2836fb3b74e71f1290d94cfd401dab" and "f6781edad8bed29c4249960fd80827cee12d0581" have entirely different histories.
b14e89bfee
...
f6781edad8
@ -4,7 +4,7 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Publish
|
- name: Publish
|
||||||
image: git.simonpetit.top/simonpetit/bob:0.1.4
|
image: git.simonpetit.top/simonpetit/bob:0.1.3
|
||||||
command:
|
command:
|
||||||
- publish
|
- publish
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
ul {
|
ul {
|
||||||
width: 50vw;
|
width: 40vw;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -28,13 +28,7 @@ ul li a:hover {
|
|||||||
|
|
||||||
ul li div {
|
ul li div {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: row;
|
||||||
}
|
|
||||||
|
|
||||||
ul li div div {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
justify-content: space-around;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ul li div p {
|
ul li div p {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user