Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
AchyuthGamer/OpenGPT-old
brunodoti
/
OpenGPT
like
0
Runtime error
App
Files
Files
Community
09111c8
OpenGPT
/
client
/
css
/
field.css
AchyuthGamer
Duplicate from AchyuthGamer/Neonaa
0c4cce1
about 1 year ago
raw
Copy download link
history
blame
Safe
140 Bytes
.field
{
display
: flex;
align-items
: center;
padding
:
4px
;
}
@media
screen
and
(
max-width
:
990px
) {
.field
{
flex-wrap
: nowrap;
}
}