File tree Expand file tree Collapse file tree 1 file changed +5
-39
lines changed
projects/GFI-framework/static/css Expand file tree Collapse file tree 1 file changed +5
-39
lines changed Original file line number Diff line number Diff line change @@ -34,31 +34,6 @@ font-size: 2.8em;
34
34
line-height : 1.2em ;
35
35
}
36
36
37
-
38
- .gfi_framework {
39
- display : flex;
40
- flex-direction : column;
41
- align-items : center;
42
- font-family : 'Google Sans' , sans-serif;
43
- }
44
-
45
- .gfi_framework figure {
46
- display : flex;
47
- flex-direction : column;
48
- align-items : center;
49
- }
50
-
51
- .gfi_framework figure figcaption {
52
- margin-top : 8px ;
53
- text-align : center;
54
- }
55
-
56
- .model_architectures {
57
- display : flex;
58
- justify-content : space-around;
59
- align-items : flex-start;
60
- }
61
-
62
37
.latent_unet {
63
38
display : flex;
64
39
justify-content : center;
@@ -93,18 +68,9 @@ line-height: 1.2em;
93
68
text-align : center;
94
69
}
95
70
96
- .abstract_div h2 {
97
- width : 100vw ;
98
- position : relative;
99
- left : calc (-50vw + 50% );
100
- padding : 1em ;
101
- text-align : center;
102
- background-color : var (--nice-gray );
103
- }
104
-
105
- /***************
106
- Helpers
107
- ***************/
71
+ /***************
72
+ Helpers
73
+ ***************/
108
74
109
75
.no-border-top {
110
76
border-top : 0 ;
@@ -128,9 +94,9 @@ line-height: 1.2em;
128
94
left : calc (-45vw + 50% );
129
95
}
130
96
.banded {
131
- width : 100vw ;
97
+ /* width: 100vw; */
132
98
position : relative;
133
- left : calc (-50vw + 50% );
99
+ /* left: calc(-50vw + 50%); */
134
100
135
101
padding : 1em ;
136
102
text-align : center;
You can’t perform that action at this time.
0 commit comments