20 lines
276 B
CSS
20 lines
276 B
CSS
.singleNavButton {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
margin-top: 1.5vw;
|
|
padding: 0;
|
|
|
|
background-color: white;
|
|
border-color: white;
|
|
border-radius: 3vw;
|
|
|
|
min-width: 20vw;
|
|
}
|
|
|
|
.singleNavButton p {
|
|
font-size: 1.4vw;
|
|
font-weight: bold;
|
|
}
|
|
|