favicon
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 901 B After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 626 B After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.4 KiB |
|
@ -1162,7 +1162,13 @@ body input:required:valid, body textarea:required:valid {
|
|||
/* ALWAYS END */
|
||||
/*========== Desktop First Method ========== */
|
||||
/* Large Devices, Wide Screens */
|
||||
@media only screen and (max-width: 1200px) {
|
||||
/* */ }
|
||||
|
||||
/* Medium Devices, Desktops */
|
||||
@media only screen and (max-width: 992px) {
|
||||
/* */ }
|
||||
|
||||
/* Small Devices, Tablets */
|
||||
@media only screen and (max-width: 768px) {
|
||||
/*Disable Animation on Mobile Devices */
|
||||
|
@ -1179,10 +1185,30 @@ body input:required:valid, body textarea:required:valid {
|
|||
animation: none !important; } }
|
||||
|
||||
/* Extra Small Devices, Phones */
|
||||
@media only screen and (max-width: 480px) {
|
||||
/* */ }
|
||||
|
||||
/* Custom, iPhone Retina */
|
||||
@media only screen and (max-width: 320px) {
|
||||
/* */ }
|
||||
|
||||
/*========== Mobile First Method ========== */
|
||||
/* Custom, iPhone Retina */
|
||||
@media only screen and (min-width: 320px) {
|
||||
/* */ }
|
||||
|
||||
/* Extra Small Devices, Phones */
|
||||
@media only screen and (min-width: 480px) {
|
||||
/* */ }
|
||||
|
||||
/* Small Devices, Tablets */
|
||||
@media only screen and (min-width: 768px) {
|
||||
/* */ }
|
||||
|
||||
/* Medium Devices, Desktops */
|
||||
@media only screen and (min-width: 992px) {
|
||||
/* */ }
|
||||
|
||||
/* Large Devices, Wide Screens */
|
||||
@media only screen and (min-width: 1200px) {
|
||||
/* */ }
|
||||
|
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 9.4 KiB |
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 1.1 KiB |