HEX
Server: nginx/1.27.1
System: Linux in-4 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64
User: ilikadirect (1186)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v6964/testingff/public_html/fdfctr/wp-content/plugins/giveasap/assets/css/archive.scss
.sg-archive-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1em;
  background: #f6f6f6;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.sg-archive-giveaways {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sg-archive-giveaway-col {
  width: 100%;
  margin-bottom: 30px;
}

.sg-archive-giveaways-pages {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 20px;
}

.sg-archive-giveaways-pages li {
  display: inline-block;
  padding: 0.25em 0.5em;
  border: 1px solid rgba(0,0,0,0.25);
}

@media screen and (min-width: 768px) {
  .sg-archive-giveaway-col {
    width: 48%;
  }
}