Skip to content

Commit

Permalink
small stylesheet cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-Miner committed Oct 15, 2024
1 parent 309f182 commit 3f03f61
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 171 deletions.
117 changes: 0 additions & 117 deletions assets/styles/fixtf2.css

This file was deleted.

54 changes: 0 additions & 54 deletions assets/styles/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -255,57 +255,3 @@
}
}

@media screen and (max-width: 1600px) {
#fixTF2Cols {
grid-template-columns: 30% auto;
}
}

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

@media screen and (max-width: 1300px) {
#fixtf2botsimagesgal2 {
grid-template-columns: repeat(2, 1fr);
}

.fixTF2YTVid {
height: 225px;
}
}

@media screen and (max-width: 1100px) {
#fixTF2Cols {
grid-template-columns: repeat(1, 1fr);
}

#fixTF2ColLeft {
order: 2;
}

#fixtf2botsimagesgal2 {
grid-template-columns: repeat(3, 1fr);
}

.fixTF2YTVid {
max-width: 540px;
height: 280px;
}
}

@media screen and (max-width: 1100px) {
#fixtf2botsimagesgal2 {
grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 600px) {

#fixtf2botsimagesgal2,
#fixTF2-cols2 {
grid-template-columns: repeat(1, 1fr);
}
}

0 comments on commit 3f03f61

Please sign in to comment.