Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jcupac committed Jan 23, 2024
1 parent a76b00a commit 2accf48
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 50 deletions.
16 changes: 0 additions & 16 deletions _includes/masthead-t.html

This file was deleted.

24 changes: 0 additions & 24 deletions _layouts/default-t.html

This file was deleted.

15 changes: 11 additions & 4 deletions _scss/_conference.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
font-weight: 600;
color: #12dfef;
box-shadow: 2px 2px 20px rgba(23, 141, 147, 0.6);
// min-width: 320px;
br.br-1 {
@media (min-width: 768px) {
display: none;
Expand All @@ -43,7 +44,7 @@
text-transform: uppercase;
font-size: 18px;
margin-top: 2rem;
margin-bottom: 2rem;
margin-bottom: 1rem;
p {
background-color: #25b4bd;
color: white;
Expand All @@ -60,19 +61,18 @@
text-decoration: none;
}
.c-container {
margin-top: 1rem;
margin-right: auto;
margin-left: auto;
max-width: 708px;
@media (max-width: 567px){
@media (min-width: 567px){
margin-top: 2rem;
}
.row {
margin-left: -15px;
margin-right: -15px;
justify-content: center;
padding-top: 1rem;
@media (max-width: 567px){
@media (min-width: 567px){
padding-top: 2rem;
}
.col, [class*="col-"] {
Expand Down Expand Up @@ -120,4 +120,11 @@
padding-bottom: 1rem;
color: #a2b0b9;
font-size: 13px;
margin-right: 18px;
margin-left: 18px;
@media (max-width: 767px) {
br {
display: none;
}
}
}
6 changes: 0 additions & 6 deletions test.html

This file was deleted.

0 comments on commit 2accf48

Please sign in to comment.