Skip to content

在大屏幕下,图片居中异常 #3

@eightHundreds

Description

@eightHundreds

https://github.com/cumtflyingstudio/homepage/blob/1408662eff1c4aa40e51fcb60ecb460b3c262ff9/index.html#L200

浏览器全屏情况下,我的屏幕宽度是2030px
可以用开发工具的响应式设计器查看
中间的图片条居中异常

另外把这段去掉反而会因为text:center正常居中

.us img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions