diff options
| author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-06-15 18:42:48 +0200 | 
|---|---|---|
| committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-06-15 18:42:48 +0200 | 
| commit | b71c6c0e5b8dd00d44e40ac0551902a23cbe19d5 (patch) | |
| tree | 55dc40918dc3adb2171dd9f9bc4cfe92f9f5e769 /scss | |
| parent | d2c4023832e26d3fe3f77c9fa8581588ea812cc2 (diff) | |
| download | cerrado-b71c6c0e5b8dd00d44e40ac0551902a23cbe19d5.tar.gz cerrado-b71c6c0e5b8dd00d44e40ac0551902a23cbe19d5.tar.bz2 cerrado-b71c6c0e5b8dd00d44e40ac0551902a23cbe19d5.zip | |
feat: Add summary page
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/main.scss | 29 | 
1 files changed, 0 insertions, 29 deletions
| diff --git a/scss/main.scss b/scss/main.scss index af8a002..107a4c8 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -114,35 +114,6 @@ body {      overflow-x: auto;  } -.logs { -  >div { -    background: #f8f9fa; -  } - -  >div { -    padding: 5px; -    margin: $spacer; -  } - -  @include media-breakpoint-down(md) { -    >div { -      margin: $spacer 0 $spacer 0; -    } -  } - -  pre { -    font-size: $base-font-size; -    margin: 0; -  } -} - -.logs>div>div:first-child { -  margin-bottom: 15px; -} -.logs>div>div:last-child { -  margin-top: 15px; -} -  #about {    padding: 0 $spacer $spacer $spacer;    > p:first-child { | 
