maxH7xl method
max-h-7xl -->gt; max-height: 80rem (1280px);
Implementation
ContainerBuilder maxH7xl() {
_maxHeight = 1280;
return this;
}
max-h-7xl -->gt; max-height: 80rem (1280px);
ContainerBuilder maxH7xl() {
_maxHeight = 1280;
return this;
}