Skip to content

Commit fb31f4a

Browse files
author
Finnegan Cappelli
committed
picturesssssss
1 parent 3bba27d commit fb31f4a

File tree

3 files changed

+70
-3
lines changed

3 files changed

+70
-3
lines changed

assets/css/styles.css

+35-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/styles.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/styles.scss

+34-1
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,32 @@ ul {
112112
#ctf18 {
113113
max-width: 100%;
114114
height: auto;
115+
116+
@media screen and (max-width: 700px) {
117+
max-width: 80%;
118+
}
119+
@media screen and (max-width: 460px) {
120+
max-width: 40%;
121+
}
115122
}
116123
#ctf24 {
117124
max-width: 20%;
118125
height: auto;
126+
127+
@media screen and (max-width: 700px) {
128+
max-width: 30%;
129+
}
130+
@media screen and (max-width: 460px) {
131+
max-width: 40%;
132+
}
119133
}
120134
.previous-ctfs-imgs {
121135
display: flex;
122136
justify-content: center;
123137
align-items: center;
124138
column-gap: 3em;
139+
padding-left: 1em;
140+
padding-right: 1em;
125141
}
126142

127143
.background-container {
@@ -237,9 +253,26 @@ ul {
237253
}
238254
}
239255

240-
@media screen and (max-width: 875px) {
256+
@media screen and (max-width: 985px) {
241257
.sponsor-images {
242258
flex-direction: column;
259+
260+
img {
261+
width: 4em;
262+
height: 4em;
263+
}
264+
}
265+
}
266+
267+
@media screen and (max-width: 610px) {
268+
.sponsor-images {
269+
div {
270+
align-items: center;
271+
.imgset {
272+
flex-direction: column;
273+
}
274+
}
275+
243276
}
244277
}
245278
}

0 commit comments

Comments
 (0)