mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-21 02:31:57 +03:00
14 lines
269 B
CSS
14 lines
269 B
CSS
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto&display=swap");
|
|
|
|
.avatar img {
|
|
border-radius: 50%;
|
|
}
|
|
@media all and (max-width: 600px) {
|
|
#navbar-title {
|
|
font-size: 20px !important;
|
|
}
|
|
#navbar-title svg {
|
|
width: 20px;
|
|
}
|
|
}
|