/* Dont show mobile hamburgermenu when desktop menu is displayed */
@media screen and (min-width: 866px) {
.mobile-menu-btn {
display: none !important;
}
}
/* Properly positiion toggle caret; adjust as needed */
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BEGIN:VCALENDAR | |
| PRODID:-//Google Inc//Google Calendar 70.9054//EN | |
| VERSION:2.0 | |
| CALSCALE:GREGORIAN | |
| METHOD:PUBLISH | |
| X-WR-CALNAME:CCS HS Baseball | |
| X-WR-TIMEZONE:America/Chicago | |
| X-WR-CALDESC: | |
| BEGIN:VEVENT | |
| DTSTART:20200307T003000Z |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # see https://beebom.com/useful-best-minecraft-commands/ | |
| # | |
| # Minecraft java version 1.19.3 - 1.21.x | |
| # Syntax: <some-text> indicates text that will be replaced (brackets included) | |
| # Example: | |
| # /teleport <player-to-be-teleported> @s | |
| # If the player to be teleported was named ArnoldSchoenberg, then the final command would be: | |
| # /teleport ArnoldSchoenberg @s | |
| # Summon a flying pig |
OlderNewer