mirror of https://github.com/shuang854/Turtle
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
323 B
CSS
22 lines
323 B
CSS
.about-grid {
|
|
margin-top: 50px;
|
|
max-width: 500px;
|
|
font-size: 20px;
|
|
font-style: bold;
|
|
color: var(--ion-color-secondary);
|
|
text-align: center;
|
|
}
|
|
|
|
.externals-row {
|
|
margin-top: 25px;
|
|
}
|
|
|
|
.about-icons {
|
|
width: 40px;
|
|
height: 40px;
|
|
padding: 0;
|
|
top: 0;
|
|
cursor: pointer;
|
|
color: var(--ion-color-secondary);
|
|
}
|