1
0
web/static/css/blog.css

15 lines
162 B
CSS
Raw Normal View History

2024-04-21 07:44:03 +00:00
.containerx {
2024-04-27 03:19:58 +00:00
padding: 100px 250px;
2024-04-21 07:44:03 +00:00
width: auto;
}
2024-04-27 03:19:58 +00:00
.sun-button {
display: none;
}
2024-04-21 07:44:03 +00:00
@media screen and (max-width:1000px) {
.containerx {
padding: 0;
}
}