add border to separate service list from paragraph
All checks were successful
Build the docker image for the frontend application / build (push) Successful in 27s
All checks were successful
Build the docker image for the frontend application / build (push) Successful in 27s
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
@@ -71,7 +71,7 @@ services:
|
|||||||
feed: |
|
feed: |
|
||||||
Farklı servislere yapılan değişiklikler hakkında güncellemeleri ve
|
Farklı servislere yapılan değişiklikler hakkında güncellemeleri ve
|
||||||
haberleri görmek adına takip edebileceğiniz bir [1:Atom beslemesi] de
|
haberleri görmek adına takip edebileceğiniz bir [1:Atom beslemesi] de
|
||||||
mevcut
|
mevcut.
|
||||||
last: Son kontrol zamanı {time}
|
last: Son kontrol zamanı {time}
|
||||||
status:
|
status:
|
||||||
up: Çalışıyor
|
up: Çalışıyor
|
||||||
|
@@ -54,7 +54,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
main .services {
|
main .services {
|
||||||
|
border-top: solid 1px var(--white-3);
|
||||||
|
padding-top: 20px;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
Reference in New Issue
Block a user