Skip to content

Commit 23f1a51

Browse files
Update index.css
1 parent de737b8 commit 23f1a51

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

projects/GFI-framework/static/css/index.css

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@ body {
3030

3131
}
3232

33-
/* .publication-banner video {
34-
position: relative;
35-
left: auto;
36-
top: auto;
37-
transform: none;
38-
object-fit: fit;
39-
} */
40-
4133
.publication-header .hero-body {
4234
}
4335

@@ -92,22 +84,21 @@ body {
9284
flex-direction: column;
9385
align-items: center;
9486
font-family: 'Google Sans', sans-serif;
95-
9687
}
9788

98-
.model_architectures{
89+
.model_architectures {
9990
display:flex;
10091
/* justify-content:space-around;
10192
align-items:flex-start; */
10293
}
10394

104-
.latent-unet{
95+
.latent-unet {
10596
display: flex;
10697
justify-content: center;
10798
align-items: center;
10899
}
109100

110-
.latent-unet figure{
101+
.latent-unet figure {
111102
display: flex;
112103
flex-direction: column;
113104
align-items: center;
@@ -118,13 +109,13 @@ body {
118109
text-align: center;
119110
}
120111

121-
.inv_xnet{
112+
.inv_xnet {
122113
display: flex;
123114
justify-content: center;
124115
align-items: center;
125116
}
126117

127-
.inv_xnet figure{
118+
.inv_xnet figure {
128119
display: flex;
129120
flex-direction: column;
130121
align-items: center;
@@ -135,7 +126,7 @@ body {
135126
text-align: center;
136127
}
137128

138-
.abstract_div h2{
129+
.abstract_div h2 {
139130
width: 100vw;
140131
position: relative;
141132
left: calc(-50vw + 50%);

0 commit comments

Comments
 (0)