File tree Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -535,15 +535,18 @@ body>footer a:hover {
535
535
background : #fff ;
536
536
position : relative ;
537
537
text-align : center ;
538
- display : block ;
539
- height : auto
540
- }
538
+ height : auto ;
541
539
542
- .dojo >p {
543
- font-size : 90% ;
544
- padding : 5px 10px ;
545
- text-align : center ;
546
- margin : 5px 0
540
+ // display: block;
541
+ display : flex ;
542
+ flex-direction : column ;
543
+ p {
544
+ font-size : 70% ;
545
+ padding : 10px 10px 5px ;
546
+ text-align : center ;
547
+ margin : 5px 0 ;
548
+ margin-top : auto ;
549
+ }
547
550
}
548
551
549
552
.dojo-picture {
@@ -552,7 +555,7 @@ body>footer a:hover {
552
555
width : 96px ;
553
556
background-position : center center ; // border-radius: 48px;
554
557
background-size : cover ;
555
- margin : 0 auto
558
+ margin : 0 auto ;
556
559
}
557
560
558
561
.dojo-name {
@@ -571,7 +574,7 @@ body>footer a:hover {
571
574
}
572
575
573
576
.dojo-private :hover {
574
- text-decoration : none
577
+ text-decoration : none ;
575
578
}
576
579
577
580
.event-region {
Original file line number Diff line number Diff line change 6
6
%ul.tags
7
7
- dojo.tags.each do |tag|
8
8
%li= tag
9
- %p
9
+ %p.dojo- desciption
10
10
= dojo.description
11
11
- if dojo.is_private
12
12
%a.dojo-private{href: '/docs/private-dojo'} Private
You can’t perform that action at this time.
0 commit comments