to do: mobile media queries

This commit is contained in:
Mikayla Dobson
2022-07-11 11:35:45 -05:00
parent 3fe1528c89
commit d28b3d9dfa
3 changed files with 10 additions and 7 deletions

View File

@@ -33,6 +33,8 @@
padding: 1rem;
margin: 0.5rem;
overflow-y: scroll;
}
.about-gallery {

View File

@@ -43,6 +43,13 @@
flex-direction: column;
align-items: center;
margin-top: 2rem;
a {
color: $indigoWhite;
&:hover {
color: lightblue;
}
}
> * {
display: flex;
@@ -59,12 +66,6 @@
width: 75%;
align-items: baseline;
justify-content: space-around;
a {
color: $indigoWhite;
&:hover {
color: lightblue;
}
}
}
a:last-child {
margin-bottom: 1rem;

View File

@@ -39,7 +39,7 @@
justify-content: center;
.subtopic-card {
width: 58vw;
width: 75%;
margin: 1rem;
padding: 1rem;
.subtopics {