Scissors-Website/src/css/App.css

26 lines
477 B
CSS

@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
.navbar-brand {
font-family: 'Permanent Marker', cursive;
}
@media only screen and (max-width: 768px) {
.download-button {
height: 7vh;
font-size: 3vw;
}
.download-button > img {
width: 25px;
}
.navbar-brand {
position: relative;
right: 5vw;
}
.navbar-nav {
position: relative;
right: 5vw;
}
}