to do: mobile media queries
This commit is contained in:
@@ -33,6 +33,8 @@
|
||||
|
||||
padding: 1rem;
|
||||
margin: 0.5rem;
|
||||
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.about-gallery {
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
justify-content: center;
|
||||
|
||||
.subtopic-card {
|
||||
width: 58vw;
|
||||
width: 75%;
|
||||
margin: 1rem;
|
||||
padding: 1rem;
|
||||
.subtopics {
|
||||
|
||||
Reference in New Issue
Block a user