﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.panel {
    background-color: cadetblue;
    height: 30px;
    /* padding-left: 30px;*/
    font-size: large;
    font-weight: bold;
    text-align: center;
    margin: 3px 3px 3px 3px;
    width: 90px;
    border-radius: 2px;
    display: inline-block;
}
  


@media only screen and (max-width: 768px) {
    .panel {
        width: 30px;
        border-radius: 15px;
    }
}

