Skip to content

Instantly share code, notes, and snippets.

View yongkiagustinus's full-sized avatar
👨‍💻
Remote Working

Yongki Agustinus yongkiagustinus

👨‍💻
Remote Working
View GitHub Profile
@jonahcoyote
jonahcoyote / divi-slider-auto-height.css
Created January 23, 2019 17:34
Divi Slider Module Auto Height
/* === Begin: Set the divi slider to auto height === */
/* Desktop */
.auto-height-slider .et_pb_slide .et_pb_container {
height: auto !important;
min-height: auto !important;
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 980px) {
.auto-height-slider .et_pb_slide .et_pb_container {
@Otienoh
Otienoh / ubuntu-server-setup-16.04-LAMP.md
Last active January 4, 2022 04:53
LAMP Server setup for Ubuntu 16.04 on Digital Ocean

Server setup for Ubuntu 16.04 on Digital Ocean

The setup installs the following software:

The setup installs the following software:

  • Apache
  • MySQL
  • PHP
  • Node