gpt4 book ai didi

css - 移动应用到桌面的媒体查询

转载 作者:行者123 更新时间:2023-11-28 09:31:29 25 4
gpt4 key购买 nike

我不确定为什么我的媒体查询适用于大于指定的尺寸。例如,类 portrait 的图像在我的笔记本电脑上显示为 250px 而不是预期的 400px。

我的媒体查询结构如下,位于我的 CSS 末尾。

@media screen and (max-width: 767px) {
.portrait {
height: 250px;
}
}

完整代码:Codeply

最佳答案

您在媒体查询的 .about-text 样式中有一个额外的右大括号。

.about-text {
font-size: 15px;
padding: 1.4em;
/* Removes margin added in main CSS */
margin-bottom: 0;
} <--
}

只需删除它,它就会按预期工作。

关于css - 移动应用到桌面的媒体查询,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50723449/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com