Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 285c046a authored by Julie Thezenas's avatar Julie Thezenas
Browse files

br2

parent 8645734b
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,7 @@ $topic-height: 70;
flex-wrap: wrap;
}
.col {
border-top-left-radius: 10%;
border-top-right-radius: 10%;
@include border-radius;
width: 50%;
@media screen and (max-width: 750px) {
......@@ -46,10 +45,11 @@ $topic-height: 70;
}
}
.header-wrapper {
@include border-radius;
border-top-left-radius: 10%;
border-top-right-radius: 10%;
display: flex;
align-items: flex-start;
background-color: orangered;
background-color: ora;
color: var(--secondary);
padding: 0.75em;
h2 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment